Explorar o código

fix iOS build with multiple modules (#9)

Describe problem here https://github.com/dima-avdeev-jb/kotlin-gradle-plugin-ios-root-project-name-with-space
dima.avdeev %!s(int64=2) %!d(string=hai) anos
pai
achega
66f0e8914b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      settings.gradle.kts

+ 1 - 1
settings.gradle.kts

@@ -1,4 +1,4 @@
-rootProject.name = "My application"
+rootProject.name = "MyApplication"
 
 include(":androidApp")
 include(":shared")