1 2 3 4 5 6 7 8
plugins { `java-library` kotlin("jvm") } java { toolchain.languageVersion.set(JavaLanguageVersion.of(8)) }