Jack Bolles
08/05/2023, 12:43 PMAndroidLint
in its CI pipeline build to make sure they were compatible with that. So far, so good.
Now, the project wants to explore that lib to Kotlin, ideally using an incremental migration. In my research, I haven’t been able to find a way to compile Kotlin both for the jvm and for android from the same build, as the java
and the kotlin-android
plugins are incompatible.
Is there a technique for doing this that I’ve not uncovered yet?ephemient
08/05/2023, 12:48 PMephemient
08/05/2023, 12:49 PMcom.android.lint
plugin works with non-Android projects, https://googlesamples.github.io/android-custom-lint-rules/usage/agp-dsl.md.htmlJack Bolles
08/05/2023, 1:13 PMcom.android.lint
plugin at the time.wakingrufus
08/06/2023, 5:50 PM