Congratulations on this major milestone for the library!
We're running into an issue when trying to integrate it. After adding the dependency:
implementation("dev.nucleusframework:composewebview:1.0.0")
the Gradle build fails because it can't resolve the iOS targets in our Kotlin Multiplatform project:
> Could not resolve all files for configuration ':shared:iosArm64CInterop'.
> Could not find composewebview:webview-compose-iosarm64:unspecified.
Congratulations on this major milestone for the library!
We're running into an issue when trying to integrate it. After adding the dependency:
implementation("dev.nucleusframework:composewebview:1.0.0")the Gradle build fails because it can't resolve the iOS targets in our Kotlin Multiplatform project: