๐Ÿ“ฆ airbnb / Showkase

๐Ÿ“„ build.gradle ยท 10 lines
1
2
3
4
5
6
7
8
9
10plugins {
    id 'java-library'
    id 'kotlin'
}
apply from: "$rootDir/publishing.gradle"

kotlin {
    jvmToolchain(17)
}