You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: