Chaintech-Network / ComposeMultiplatformMediaPlayer

Apache License 2.0
294 stars 22 forks source link

Cannot access class 'org.jetbrains.compose.resources.DrawableResource'. Check your module classpath for missing or conflicting dependencies #8

Closed bkmalkoc closed 1 month ago

bkmalkoc commented 2 months ago

Cannot access class 'org.jetbrains.compose.resources.DrawableResource'. Check your module classpath for missing or conflicting dependencies

when implementing AudioPlayerConfig() inside the AudioPlayerView(), having this error.

AudioPlayerView( modifier = modifier.wrapContentHeight(), audios = listOf( AudioFile( audioUrl = state.url, audioTitle = "", thumbnailUrl = "" ) ), audioPlayerConfig = AudioPlayerConfig() )

ctn-mobile-innovation commented 1 month ago

@bkmalkoc can you provide us more detail like which compose multiplatform & KMP version you are using

ctn-mobile-innovation commented 1 month ago

@bkmalkoc Please check in latest version and let us know!