Kotlin/kotlin-examples

Kotlin MP - Android

Reedyuk opened this issue · 0 comments

Hi, Im using Kotlin MP, but i noticed that i cannot get the Android constructor in the build.gradle.kts to work.
It doesnt seem to detect the right source sets and also any of the android params like version code are showing as an error.

I can get this working if i use the jvm target and label as android, but obviously i would prefer to use the android target properly.

Has anybody else had this issue? I noticed that all of the tutorials dont seem to use this with the new kotlin formatted build scripts. Maybe not supported yet?