`is there any possibility that after Sunsetting Ap...
# compose-ios
s
is there any possibility that after Sunsetting AppCode this year Kotlin Multiplatform Mobile: Gradle a unified Gradle DSL for all its modules, including iosApp. comes to android studio
plugins { id("org.jetbrains.gradle.apple.applePlugin") version "211.5739-0.12" } apple { iosApp { productName = "KMMApp" sceneDelegateClass = "SceneDelegate" launchStoryboard = "LaunchScreen" //productInfo["NSAppTransportSecurity"] = mapOf("NSAllowsArbitraryLoads" to true) //buildSettings["OTHER_LDFLAGS"] = "" dependencies { implementation(project(":shared")) } } }
n
It hardly comes to AS. AFAIK there are no such plans.
s
i really like the idea building ios app using gradle maybe this id("org.jetbrains.gradle.apple.applePlugin") version "211.5739-0.12" will sunset with appcode so sad 😟