darkmoon_uk
05/02/2019, 12:17 PMjava
plugin and android
plugin are mutually exclusive in one Gradle module (Gradle terminates with The 'java' plugin has been applied, but it is not compatible with the Android plugins.
).
Even if I somehow overcame this limitation; having supporting plugins for different platforms in the same Gradle configuration space seems troublesome. Is there some way of scoping these plugins per-target that I'm missing?