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
Cleaned up the mess with the Gradle modules. To fix that in clean manner, the artifact structure has slightly changed. Consumers of the library shouldn't notice that, but argon2-jvm only contains the argon2 binary libraries while argon2-jvm-nolibs
contains the Java code. argon2-jvm depends on argon2-jvm-nolibs, which in turn depends on JNA.