Explorar el Código

Gradle, android -> androidTarget (#17)

Burak Akgün hace 2 años
padre
commit
3593270ec0
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      androidApp/build.gradle.kts
  2. 1 1
      shared/build.gradle.kts

+ 1 - 1
androidApp/build.gradle.kts

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

+ 1 - 1
shared/build.gradle.kts

@@ -6,7 +6,7 @@ plugins {
 }
 
 kotlin {
-    android()
+    androidTarget()
 
     jvm("desktop")