Is there some way to disable Compose for iOS targe...
# compose-desktop
b
Is there some way to disable Compose for iOS target? I don't use it on iOS but it's breaking my multiplatform build:
> Task :jgosdk:compileKotlinIosArm64
e: Compilation failed: Cannot find the Composer class in the classpath
Found from an older thread:
Copy code
configurations.all {
    // Exclude native compiler
    exclude("org.jetbrains.compose.compiler", "compiler-hosted")
}