K kkkpe Active Member Licensed User Longtime User Aug 11, 2021 #1 in my project i am implementing two classes in java that need this implementation: implementation 'com.google.code.gson:gson:2.8.6' How can I do?
in my project i am implementing two classes in java that need this implementation: implementation 'com.google.code.gson:gson:2.8.6' How can I do?
Erel B4X founder Staff member Licensed User Longtime User Aug 11, 2021 #2 Download the jar: https://mvnrepository.com/artifact/com.google.code.gson/gson/2.8.6 And add it with @DependsOn or #AdditionalJar. Upvote 0
Download the jar: https://mvnrepository.com/artifact/com.google.code.gson/gson/2.8.6 And add it with @DependsOn or #AdditionalJar.