update dependencies

This commit is contained in:
2023-11-05 20:52:30 +06:00
parent 08907291c5
commit 439972e783
7 changed files with 58 additions and 12 deletions

View File

@@ -34,8 +34,8 @@ application {
}
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
ksp { // this generator do not require any arguments and we should left `ksp` empty