KamilH
10/02/2020, 11:12 AMbuild.gradle
file and try to compile. I commented following lines:
id(com.android.library)
id(kotlin-android-extensions)
kotlin { android() }
val androidMain by getting
val androidTest by getting
android { }
and after that my jvmMain
main function works. I think it is some kind of bug, right? Where can I report this?