plugins { `java-library` } dependencies { api(project(":")) api("com.google.code.gson:gson:2.11.0") }