https://kotlinlang.org logo
Title
s

saddamhowladar77

05/08/2023, 4:45 PM
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

Nikita Lipsky

05/08/2023, 8:02 PM
It hardly comes to AS. AFAIK there are no such plans.
s

saddamhowladar77

05/08/2023, 9:33 PM
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 😟