Build Warning
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
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.
Ugh who's terrible idea at Google was this?
I thought you meant, package paths at first 😅. This will be fixed in the next release