drako
08/08/2017, 2:21 PMkyonifer
08/08/2017, 3:46 PMapply { plugin("konan") }
buildscript {
repositories { maven { setUrl("<https://dl.bintray.com/jetbrains/kotlin-native-dependencies>") } }
dependencies {
classpath("org.jetbrains.kotlin:kotlin-native-gradle-plugin:0.3")
}
}
drako
08/08/2017, 3:48 PMkyonifer
08/08/2017, 3:57 PMdownloadKonanCompiler
task works, so the plugin is successfully loaded. I'm guessing some glue is needed to expose the gradle block syntax to kotlin, but i havent poked it that fardrako
08/08/2017, 4:22 PM