5 lines
98 B
Groovy
5 lines
98 B
Groovy
|
apply plugin: 'java-library'
|
||
|
|
||
|
dependencies {
|
||
|
implementation 'com.google.code.gson:gson:2.11.0'
|
||
|
}
|