Hello everyone,
I'm currently working on migrating a really large Android only project to KMP and during the build and CI setup process I ran into some small issues regarding the new
com.android.kotlin.multiplatform.library
AGP plugin. I'm trying to setup Android Lint to run on CI on modules applying this plugin (I got it running in the IDE okay) but I'm unable to determine the correct task to run. Can anyone help me figure this out?
t
tapchicoma
06/02/2025, 8:57 AM
Could you provide more details about your problem?
d
Daniel Dello
06/02/2025, 9:00 AM
Sure, what I'm trying to do is run Android Lint via command line for a project that uses the new androidMultiplatformLibrary plugin. I've setup lint with the extension function on the androidLibrary target, but I'm unable to find the task that actually runs lint, I can see compile tasks, but none for reporting... the closest task I found was