As a temporary workaround I decided to comment-out...
# multiplatform
k
As a temporary workaround I decided to comment-out android specific stuff in my
build.gradle
file and try to compile. I commented following lines:
Copy code
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?