1 2 3 4 5 6 7
plugins { `java-library` } dependencies { api(project(":")) api("com.google.code.gson:gson:2.11.0") }