hi guys, I can't get the gradle-plugin working wit...
# gradle
d
hi guys, I can't get the gradle-plugin working with my build.gradle.kts (gradle file in kotlin)
j
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")
}