1.4.0 - Aug 5, 2022
-
Change
targetSdkVersionandcompileSdkVersionto32. -
Updated dependencies
Kotlinto1.7.10.AGPto7.2.2.Gradleto7.5.AndroidX Fragmentto1.5.1.AndroidX Lifecycleto2.5.1.AndroidX ViewBindingto7.2.2.AndroidX AppCompatto1.4.2.
-
New feature: added 2 preload functions used to find and cache
java.lang.reflect.Methods when using reflection, which can improve the performance. We should
call 2 methods inApplicationclass orAndroidX StartUp Initializerclass.public fun preloadBindMethods(vararg classes: KClass<out ViewBinding>).public fun preloadInflateMethods(vararg classes: KClass<out ViewBinding>).
-
Internal refactoring
Methods cache.
Full Changelog: 1.3.1...1.4.0