https://kotlinlang.org logo
#compose
Title
# compose
j

jaqxues

10/02/2020, 4:17 PM
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
2 Views