Updated on 2026-08-14
This commit is contained in:
parent
e0f90419f4
commit
a6e04a4344
21 changed files with 540 additions and 359 deletions
9
common/build.gradle.kts
Normal file
9
common/build.gradle.kts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
plugins {
|
||||
id("java-library")
|
||||
id("org.jetbrains.kotlin.jvm")
|
||||
}
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue