Closed slaviboy closed 10 months ago
Fix it by importing:
implementation("org.javamoney:moneta:1.1")
@keilw Will it be possible to make, latest version 1.4.2 supported by Android Studio projects?
@slaviboy 1.1 is quite old, I cannot promise any changes to the properties, because one aspect is overloading them in sub-modules.
@slaviboy You should be able to do this by excluding certain artifacts in Gradle: https://discuss.gradle.org/t/how-can-i-declare-an-exclusion-on-my-source-folder/22821/4 or https://stackoverflow.com/questions/53394850/exclude-file-from-jar-using-gradle
When I try to import this Java library in Android Studio
I get the following error:
Is it possible to include and use this library with Android Studio?