vinaygaba / Learn-Jetpack-Compose-By-Example

🚀 This project contains various examples that show how you would do things the "Jetpack Compose" way

Home Page:https://jetpackcompose.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what happens when you update to 1.0.0-rc01 ??

mcorbridge opened this issue · comments

I'm a bit confused.

A lot of stuff is now breaking including: TransitionDefinition

"Unresolved reference: TransitionDefinition"

I can build 1.0.0-rc01 under Kotlin 1.5.10 only.

Look at this PR that updates this library with the relevant classes that we'd need to use instead - #92

Going to merge this later tonight. Needs just the comments to be updated, hence haven't merged it yet.

This repo has been upgraded to the latest version of Compose. This shouldn't be an issue anymore 🎉