I have an issue with a project with the following setup
• The app module and one dynamic feature, which both use Compose
• Compose dependency is in app/build.gradle:
api "*compose dependencies"*
• r8 / minification is enabled
Now assembleRelease won't work, it will fail at
> Task :app:minifyReleaseWithR8
with a java.lang.NullPointerException
what leads me to believe it might be related to compose are the debug logs