Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android support #70

Open
serivesmejia opened this issue Jun 7, 2021 · 2 comments
Open

Android support #70

serivesmejia opened this issue Jun 7, 2021 · 2 comments

Comments

@serivesmejia
Copy link

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!

@bsideup
Copy link
Owner

bsideup commented Jun 7, 2021

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.

@Username404-59
Copy link

Username404-59 commented Jun 7, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants