You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to add Flower to my multiplatform project (JVM, Android, and iOS). Everything seems to work well if I only declare the Android and JVM source sets in Gradle, but if I add the following configuration I get an error syncing Gradle (Everything works well if I remove the iOS SourceSets or the flower dependency)
val iosX64Main by getting
val iosArm64Main by getting
val iosSimulatorArm64Main by getting
val iosMain by creating {
dependsOn(commonMain)
iosX64Main.dependsOn(this)
iosArm64Main.dependsOn(this)
iosSimulatorArm64Main.dependsOn(this)
...
}
Execution failed for task ':composeApp:transformIosMainCInteropDependenciesMetadataForIde'.
Hi,
I'm trying to add Flower to my multiplatform project (JVM, Android, and iOS). Everything seems to work well if I only declare the Android and JVM source sets in Gradle, but if I add the following configuration I get an error syncing Gradle (Everything works well if I remove the iOS SourceSets or the flower dependency)
More than an issue I want to know if is there currently supporting iOS in multiplatform projects.
Thanks!
The text was updated successfully, but these errors were encountered: