fix iOS build with multiple modules (#14)
Describe problem here https://github.com/dima-avdeev-jb/kotlin-gradle-plugin-ios-root-project-name-with-space
This commit is contained in:
parent
bbbb3a8e24
commit
29ce600cb8
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
rootProject.name = "My application"
|
rootProject.name = "MyApplication"
|
||||||
|
|
||||||
include(":androidApp")
|
include(":androidApp")
|
||||||
include(":shared")
|
include(":shared")
|
||||||
|
|
Loading…
Reference in a new issue