I upgraded today to compose 1.0.0-beta08, and my c...
# koin
j
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.
c
need to wait for 3.0.3, should release this week : https://github.com/InsertKoinIO/koin/pull/1102#issuecomment-853732420
j
Thank you. Guess I will pause running my code until it comes out.
c
yeah those updates are a bit painful for now, should be easier in the future