Open rafaelmfer opened 5 days ago
It seems like there is a conflict with the camera dependency from google CameraX:
androidx-camera-camera2 = { module = "androidx.camera:camera-camera2", version.ref = "cameraCore" } androidx-camera-core = { module = "androidx.camera:camera-core", version.ref = "cameraCore" } androidx-camera-lifecycle = { module = "androidx.camera:camera-lifecycle", version.ref = "cameraCore" } androidx-camera-view = { module = "androidx.camera:camera-view", version.ref = "cameraCore" }
Using this
implementation("network.chaintech:compose-multiplatform-media-player:1.0.26")
or this versionimplementation("network.chaintech:compose-multiplatform-media-player:1.0.16")
Syncs perfectly but when I run the project I got this error
I'm using KMP and CMP. I'm using the camera library on Android, and then I got this error.
Here it is all my libraries and versions: