I'm trying out the swift bridge tool and am gettin...
# touchlab-tools
c
I'm trying out the swift bridge tool and am getting a build error for Android after successfully building iOS. An ideas why other targets are expecting an implementation and throwing this error?
Copy code
Expected ComposeNativeViewFactory has no actual declaration in module <composeApp_debug> for JVM
Cleaning the build output seems to have sorted it out. I'll keep an eye out if it happens again & I pin down how I ended up in that state.