You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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.
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!
The text was updated successfully, but these errors were encountered: