I upgraded today to compose 1.0.0-beta08, and my compose compiler is the same and for koin-android I am on 3.0.2, but 3.0.1 for koin-androidx-compose and kotlin is 1.5.10. When I call
Copy code
val passwordHelperViewModel = getViewModel<ViewModel>()
I get this error
java.lang.NoSuchMethodError: No interface method startReplaceableGroup(ILjava/lang/String;)V in class Landroidx/compose/runtime/Composer
Is there a version of koin that is coming out that will allow this to work, as I would hate to change everything back to kotlin 1.4.32.