Im working with Compose Multiplatform project for Android and Desktop. I added Room following the doc, but Im getting the this error:
Copy code
Execution failed for task ':composeApp:mergeDebugAndroidTestAssets'.
> The value for task ':composeApp:copyRoomSchemasToAndroidTestAssetsDebugAndroidTest' property 'inputDirectory' is final and cannot be changed any further.
m
Muaz KADAN
10/10/2024, 7:40 PM
I get this error on android only when I try to generate debug apk
The app runs on emulator and simulator without any problems