Преглед изворни кода

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 пре 2 година
родитељ
комит
66f0e8914b
1 измењених фајлова са 1 додато и 1 уклоњено
  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")