Chaintech-Network / ComposeMultiplatformMediaPlayer

Apache License 2.0
341 stars 22 forks source link

Error after adding the gradle dependancy #7

Closed jDomenech closed 4 months ago

jDomenech commented 4 months ago

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)

jDomenech commented 4 months ago

After updating to kotlin 2.0.0 and adding the new required compose-compiler library its working properly.