<https://kotlinlang.org/docs/native-gradle.html> h...
# getting-started
c
https://kotlinlang.org/docs/native-gradle.html hello i'm trying kotlin native with gradle and this code seems to work smoothly until i add a package name in the
hello.kt
file and then the error
Could not find 'main' in '<root>' package.
happens. does anyone know how i can update the gradle file so it builds successfully again?
c
thanks a lot!