Hello!
Is there preferable way to manage Kotlin project?
Should I use gradle, maven, etc. or just IDEA plugin(create Kotlin project in IDEA)?
Thanks!
Hello!
Is there preferable way to manage Kotlin project?
Should I use gradle, maven, etc. or just IDEA plugin(create Kotlin project in IDEA)?
Thanks!
Hi,
Don’t believe there’s a preferred way. It’s more use whatever you are more comfortable with. Personally I use Gradle most of the time.
The only thing to take into account, that incremental compilation is available only when using IntelliJ IDEA project structure.