the sync works fine, but when I try to run the app I get this error with all the resources already used in the project:
/composeapp/generated/resources/Drawable0.kt:14:67 No value passed for parameter 'offset'
/composeapp/generated/resources/Drawable0.kt:14:67 No value passed for parameter 'size'
I'm using the resources library: implementation(compose.components.resources)
After adding the dependancy into gradle file:
commonMain.dependencies { implementation("network.chaintech:compose-multiplatform-media-player:1.0.11") }
the sync works fine, but when I try to run the app I get this error with all the resources already used in the project:
/composeapp/generated/resources/Drawable0.kt:14:67 No value passed for parameter 'offset' /composeapp/generated/resources/Drawable0.kt:14:67 No value passed for parameter 'size'
I'm using the resources library: implementation(compose.components.resources)