https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
n

natpryce

03/13/2018, 7:41 AM
There are many good build tools, and the kotlin compiler shouldn’t inhibit teams picking the one that’s best for their context
g

gildor

03/13/2018, 7:46 AM
It’s too hard to support all the build tools. Because it’s not only a problem of build tool, but also integration of build tool with Idea
n

natpryce

03/13/2018, 9:50 AM
The command-line compiler gives you that. Most build tools are already designed to work with command line tools. But the kotlinc commands are not kept up to date and lack features that have been added to Gradle and IntelliJ.
g

gildor

03/13/2018, 9:53 AM
The command-line compiler gives you that.
How? Of course you can run command line tool from build tool, but Idea must support also project structure of this build tool
3 Views