浏览代码

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")