jabel icon indicating copy to clipboard operation
jabel copied to clipboard

Android support

Open serivesmejia opened this issue 4 years ago • 3 comments
trafficstars

Hi! I was wondering if there was any sort of support for this using the android gradle plugin, since it seems like it doesn't directly expose a "compileJava" task, and im not precisely sure how this is handled on android. thanks!

serivesmejia avatar Jun 07 '21 01:06 serivesmejia

Hi @serivesmejia,

Sorry, I am not familiar with Android, so you would need to find a way how to configure Java compilation for Android yourself. But, as long as they are using Javac, Jabel would also work.

One alternative is to put everything into a "standard" Java module and depend on it from your Android module.

bsideup avatar Jun 07 '21 09:06 bsideup

Hi! I was wondering if there was any sort of support for this using the android gradle plugin, since it seems like it doesn't directly expose a "compileJava" task, and im not precisely sure how this is handled on android. thanks!

compileJava is provided by gradle, so using Jabel for Android projects shouldn't be that different; the android gradle plugin uses compileJava so you can probably write what's in the README and it'll just work.

Username404-59 avatar Jun 07 '21 15:06 Username404-59