Akshay Yadav
Akshay Yadav
Currently "io.objectbox" plugin doesn't support configuration cache. https://docs.gradle.org/current/userguide/configuration_cache.html Plugin 'io.objectbox': read system property 'sun.arch.data.model' See https://docs.gradle.org/6.8.2/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read
Using handle deeplinks restarts the app to create correct backstack but to open deeplink in advance bottom navigation without restarting app. ```` fun BottomNavigationView.navigateDeeplink( navGraphIds: List, fragmentManager: FragmentManager, containerId: Int,...