licensee icon indicating copy to clipboard operation
licensee copied to clipboard

Support Android dynamic feature modules

Open sb-software opened this issue 3 years ago • 2 comments

As far as I can tell the plugin doesn't currently work for dynamic feature modules used in Android applications. It would be a nice thing to have as dynamic features is becoming more and more common, at least in larger Android projects. Perhaps it would be possible from the application module to detect android.dynamicFeatures dependencies and traverse into them to find additional third-parties to check?

sb-software avatar Apr 02 '22 19:04 sb-software

I'm not sure about your claims about them becoming common, but yes supporting them is likely trivial.

JakeWharton avatar Apr 05 '22 16:04 JakeWharton

This is blocked on AGP 7.3 being stable for https://developer.android.com/reference/tools/gradle-api/7.3/com/android/build/api/variant/Component#runtimeConfiguration().

JakeWharton avatar Apr 27 '22 19:04 JakeWharton