Gradle, android -> androidTarget (#20)

This commit is contained in:
dima.avdeev 2023-07-27 15:09:17 +03:00 committed by GitHub
parent ba91acf5d6
commit c20faa0995
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ plugins {
} }
kotlin { kotlin {
android() androidTarget()
sourceSets { sourceSets {
val androidMain by getting { val androidMain by getting {
dependencies { dependencies {

View file

@ -6,7 +6,7 @@ plugins {
} }
kotlin { kotlin {
android() androidTarget()
iosX64() iosX64()
iosArm64() iosArm64()