Tlaster

Results 180 comments of Tlaster

Can you try [1.6.0-beta02](https://github.com/Tlaster/PreCompose/releases/tag/1.6.0-beta02) and check if it's working for you?

> Hi, > > Could you please tag a new version with a bump of Compose Plugin to rc02 ("upgrade compose to 1.6.0-rc02")? > > I encountered an issue with...

> @Tlaster Is there any GitHub issue filed for Koin or any active PR that we can track the progress on that side? Not yet, I think koin team has...

> Hi, > > Also, the latest tag seems have an issue with the go back implementation : > > With beta02 I have crash when I do the go...

> > > Hi, > > > Also, the latest tag seems have an issue with the go back implementation : > > > With beta02 I have crash when...

> Same error `implementation(compose.material)` Can you check if add `androidx.compose.material:material:1.6.1` as your Android dependency works for you?

> @Tlaster Its look like the `compose.animation` is resolved in `animation-core-android-1.7.0-alpha01`, who does not have this signature method, but this one : > > ```kotlin > class SeekableTransitionState( > initialState:...

> To complete my comment : > > I also have a strange method resolution, in the documentation of SeekableTransitionState, we found this : > > https://developer.android.com/reference/kotlin/androidx/compose/animation/core/SeekableTransitionState > > `...

@c4software I think accompanist might be the issue, [0.35.0-alpha](https://github.com/google/accompanist/releases/tag/v0.35.0-alpha) is targeting compose 1.7, can you try version 0.34.0?