Brosseau Valentin

Results 68 comments of Brosseau Valentin

It seems very specific to some installations, maybe the setup should be moved on demand in the setup menu (like the fingerprint scanner).

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 the latest tag (beta02) related...

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

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

Same error `implementation(compose.material)`

Nop, same error with `implementation("androidx.compose.material:material:1.6.1")` in `androidMain.dependencies`

@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 : ```kt class SeekableTransitionState( initialState: S ) : TransitionState() {...

> > @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 > >...

> > @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...

> > @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(...