Update dependencies and some linting (#1631)

This commit is contained in:
jmir1
2023-05-21 18:42:23 +02:00
committed by GitHub
parent 60eb7a9262
commit 3a8120cb59
161 changed files with 982 additions and 1003 deletions

View File

@ -6,3 +6,8 @@ plugins {
dependencies {
compileOnly(libs.kotlin.stdlib)
}
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}