Vinicius Carvalho
01/15/2019, 3:25 PMkotlinx.cli.*
on my main Kt filesvyatoslav.scherbina
01/15/2019, 3:32 PMVinicius Carvalho
01/15/2019, 3:33 PMVinicius Carvalho
01/15/2019, 3:34 PMsvyatoslav.scherbina
01/15/2019, 3:35 PMOn github it says it’s independent of platformHowever its build script doesn’t seem to describe a multiplatform library: https://github.com/Kotlin/kotlinx.cli/blob/master/build.gradle
svyatoslav.scherbina
01/15/2019, 3:38 PMbut just for my understanding, is this the way to correctly declare a dependency on a platform agnostic project? let’s serialization or ktor-http-client?I believe it is described in the documentation: https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#setting-up-a-multiplatform-project
jonnyzzz
01/15/2019, 3:39 PM