A
A
Apostol632019-11-24 14:28:33
IntelliJ IDEA
Apostol63, 2019-11-24 14:28:33

How to add a library to Kotlin?

Good afternoon
Can you please tell me how to add a library for kotlin?
What exactly needs to be done? I just couldn't find an answer to such a banal question on the Internet.
For example, I want to install this library https://libktx.github.io/#dependencies-section
Thanks in advance
PS
I write to intellij IDEA

Answer the question

In order to leave comments, you need to log in

1 answer(s)
5
5am, 2019-11-24
@Apostol63

you yourself gave a link to the
gradle answer:

// ktx-actors:
compile group: 'io.github.libktx', name: 'ktx-actors', version: '1.9.10-b2'

maven:
<!-- ktx-actors -->
<dependency>
    <groupId>io.github.libktx</groupId>
    <artifactId>ktx-actors</artifactId>
    <version>1.9.10-b2</version>
</dependency>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question