Join Slack
Powered by
hi guys, I can't get the gradle-plugin working wit...
# gradle
d
drako
08/08/2017, 2:37 PM
hi guys, I can't get the gradle-plugin working with my build.gradle.kts (gradle file in kotlin)
j
jlleitschuh
08/08/2017, 3:35 PM
If the
konan
plugin isn't a builtin gradle plugin then it won't show up. You'll need to use the plugin id syntax:
Copy code
plugins { id("konan") }
2
Views
Open in Slack
Previous
Next