I did additional checks and I found out that when ...
# multiplatform
k
I did additional checks and I found out that when in the project I have
android
target then in the
jvm
main function I’m getting this error above. When I’m creating a new project with exactly the same configuration, but without
android
target it’s working properly, main function compiles and it is printing a message Any guess what is causing this problem?