Gradle, android -> androidTarget (#20)
This commit is contained in:
parent
ba91acf5d6
commit
c20faa0995
@ -5,7 +5,7 @@ plugins {
|
||||
}
|
||||
|
||||
kotlin {
|
||||
android()
|
||||
androidTarget()
|
||||
sourceSets {
|
||||
val androidMain by getting {
|
||||
dependencies {
|
||||
|
@ -6,7 +6,7 @@ plugins {
|
||||
}
|
||||
|
||||
kotlin {
|
||||
android()
|
||||
androidTarget()
|
||||
|
||||
iosX64()
|
||||
iosArm64()
|
||||
|
Reference in New Issue
Block a user