InsertKoinIO / koin

Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform
https://insert-koin.io
Apache License 2.0
8.77k stars 695 forks source link

Update koin-compose to use Compose 1.6.0 #1803

Open jan-tennert opened 4 months ago

jan-tennert commented 4 months ago

Is your feature request related to a problem? Please describe. Compose libraries which are built with Compose 1.5.X are not compatible with apps using Compose 1.6.0, as described in the release notes:

Libraries which depend on earlier Compose Multiplatform version are not compatible with 1.6.0 anymore. This is because decoys generation was disabled. Projects which apply Compose Compiler plugin manually need to remove this argument: plugin:androidx.compose.compiler.plugins.kotlin:generateDecoys=true.

Describe the solution you'd like A new version for koin-compose with Compose 1.6.0.

hoc081098 commented 4 months ago

I think it is duplicated, #1634. Koin 3.6 will support Compose 1.6.0 and wasm target

Sent from my 2201117TG using FastHub

abdallahmehiz commented 4 months ago

good to know since i also just faced this issue (wasted 6hours on it)

arnaudgiuliani commented 3 months ago

Yes, it's taken in 3.6