Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 224 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 224 Bytes

bukkit-kotlin-plugin

Common issues

No matching variant error?

// kotlin also follow this
java {
    targetCompatibility = JavaVersion.VERSION_1_8
    sourceCompatibility = JavaVersion.VERSION_1_8
}