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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packaging artifact with jar #1

Open
Ray-Eldath opened this issue Jan 25, 2020 · 1 comment
Open

Packaging artifact with jar #1

Ray-Eldath opened this issue Jan 25, 2020 · 1 comment
Labels
help wanted Extra attention is needed infra Build, CI/CD, and release infrastructure

Comments

@Ray-Eldath
Copy link

Cheer for there's an argon2 implementation for Kotlin! 馃樃 I added this line into my web backend project implementation("com.lambdapioneer.argon2kt:argon2kt:1.0.0") but seems only the aar artifact is available... obviously for a web backend only the jar dependencies is valid.

Will Argon2Kt be published in jar some day?

@lambdapioneer lambdapioneer added the help wanted Extra attention is needed label Jan 26, 2020
@lambdapioneer
Copy link
Owner

Hi @Ray-Eldath, thanks for your interest in using Argon2Kt :)

Currently, the project is completely focused on being used as an Android library. That being said, it currently has no real "deal breaking" dependency on Android per se. The only thing that comes to mind are the *.Keep annotations. The JNI binding should be able to work on x86 as well.

I am always open for pull-requests that would make the library usable for backend projects as well. At the moment, I personally do not have the expertise to do this properly - in particular on how to properly package the .so with the .jar artefact.

@lambdapioneer lambdapioneer added the infra Build, CI/CD, and release infrastructure label Mar 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed infra Build, CI/CD, and release infrastructure
Projects
None yet
Development

No branches or pull requests

2 participants