You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following build error when I'm using multiple of the Android extension libraries:
Duplicate class com.github.ajalt.colormath.BuildConfig found in modules colormath-ext-android-colorint-release-runtime (com.github.ajalt.colormath:colormath-ext-android-colorint-android:3.3.2) and colormath-ext-jetpack-compose-release-runtime (com.github.ajalt.colormath:colormath-ext-jetpack-compose-android:3.3.2)
This is due to using the same android.namespace value in the gradle build script for those extensions
The text was updated successfully, but these errors were encountered:
This reverts commit 5e7d7cd.
This reverts commit 043f472.
This reverts commit 505125e.
There is currently conflicting android namespaces between the jetpack compose and colorint extensions. This works around the issue by rolling back to before 3.3.0 which introduced the namespace conflict.
see: ajalt/colormath#45
I get the following build error when I'm using multiple of the Android extension libraries:
This is due to using the same
android.namespace
value in the gradle build script for those extensionsThe text was updated successfully, but these errors were encountered: