Answer the question
In order to leave comments, you need to log in
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
you yourself gave a link to the
gradle answer:
// ktx-actors:
compile group: 'io.github.libktx', name: 'ktx-actors', version: '1.9.10-b2'
<!-- 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 questionAsk a Question
731 491 924 answers to any question