Kamel icon indicating copy to clipboard operation
Kamel copied to clipboard

Build Warning

Open kaizeiyimi opened this issue 7 months ago • 2 comments

Warning: Namespace 'io.kamel.image' is used in multiple modules and/or libraries: media.kamel:kamel-fetcher-resources-android-android:1.0.5, media.kamel:kamel-image-android:1.0.5, media.kamel:kamel-decoder-image-bitmap-android:1.0.5. Please ensure that all modules and libraries have a unique namespace. For more information, See https://developer.android.com/studio/build/configure-app-module#set-namespace

kaizeiyimi avatar Jun 18 '25 03:06 kaizeiyimi

This warning appears because the Android Gradle Plugin 8.0+ recommends each module declare a unique namespace in its build.gradle(.kts) file, rather than sharing the same one across modules.

wenhaiz avatar Jun 18 '25 03:06 wenhaiz

Ugh who's terrible idea at Google was this?

luca992 avatar Jun 18 '25 05:06 luca992

I thought you meant, package paths at first 😅. This will be fixed in the next release

luca992 avatar Jul 11 '25 16:07 luca992