Eric Cen
Eric Cen
Here is an example that shows the same error message, https://github.com/jipariz/ComposeMotion from the article, https://www.strv.com/blog/collapsing-toolbar-using-jetpack-compose-motion-layout-engineering. Based on this ComposeMotion project, update the followings: 1) compose_version = '1.1.1' 2) classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10"...
To fix this issue with dynamic feature modules, add implementation 'com.google.mlkit:barcode-scanning:16.2.0' to both build.gralde files in feature module and the base app module
> To > > > To fix this issue with dynamic feature modules, add > > implementation 'com.google.mlkit:barcode-scanning:16.2.0' > > to both build.gralde files in feature module and the base...