MVIKotlin 2.0.0 is released! :tada: - Updated Kot...
# mvikotlin
a
MVIKotlin 2.0.0 is released! 🎉 • Updated Kotlin to 1.4.10 (#162 by @bachlis) • Fixed "ReferenceError: observer$ObjectLiteral is not defined" crash (#146 by @maxtox3) • Changed order of 
Lifecycle.State
 enum entries (#153) • Introduced 
InstanceKeeper
 in the 
keepers
 module, old 
InstanceKeeper
 is deprecated (#156) • Introduced 
StateKeeper
 in the 
keepers
 module, old 
StateKeeper
 is deprecated (#157) • Introduced AndroidX 
Lifecycle
 extensions in the 
mvikotlin
 module, old 
Lifecycle
 extensions are deprecated (#158) • Removed dependency on 
com.badoo.reaktive:utils
 (#160) • Removed `var`s from 
LogginStoreFactory
 (#161) Release notes • The 
mvikotlin-extensions-androidx
 module is now deprecated. New 
InstanceKeeper
 and 
StateKeeper
 API is available in the separate 
keepers
 module. AndroidX 
Lifecycle
 extensions are available directly in the 
mvikotlin
 module. • MVIKotlin does not depend on 
com.badoo.reaktive:utils
 anymore. So its Bintray repository definition can be removed, unless Reaktive is used in the project. The time travel IDEA plugin is pending review.
🎉 5