Updated on 2026-08-14
This commit is contained in:
parent
6b377e0e08
commit
58bbe85f29
18 changed files with 23 additions and 627 deletions
|
|
@ -1,7 +1,7 @@
|
|||
plugins {
|
||||
id("java-library")
|
||||
id("org.jetbrains.kotlin.jvm")
|
||||
kotlin("jvm")
|
||||
kotlin("kapt")
|
||||
id("configuration")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
@ -12,9 +12,4 @@ dependencies {
|
|||
|
||||
/** Coroutines */
|
||||
implementation(Library.coroutine)
|
||||
}
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue