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:
dima.avdeev 2023-05-03 17:29:54 +03:00 committed by GitHub
parent bbbb3a8e24
commit 29ce600cb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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