Is it safe update to latest kotlin version while using Compose in a project?
I have read about some people having compiler problems when they update to the latest version of Kotlin while using Jetpack Compose in a project. I currently learning Compose and Android Studio is offerring me to update to Kotlin 1.7.0, but I´m not sure that if I do, it will still working.
I'm using AS Chipmunk and a regular Compose project (not the material 3 one).