Hello, I would like to use Apache Ivy with Ant, to download and use kotlin in my project. What is the best way to get the latest Kotlin Ant task from the maven repository? I only found this, which seems old:
https://mvnrepository.com/artifact/net.offecka/kotlin-ant
https://kotlinlang.org/docs/reference/using-ant.html
Still if you start a new project in kotlin you should use gradle unless you have very specific reasons against it.
Gradle is the default build system for kotlin and the one mostly used. There are some people out there who use maven but they are a minority and I can’t remember ever seeing a project using ant, but that’s just my experience.
Ok, it may be interesting to know that my group has Gradle available but mostly uses Ant and does not really use Maven at all.
If it’s not too much effort to put kotlin-ant in the central maven repository, it would be helpful.
Thanks!