Revert "trying to update up to gradle wrapper 8.1.1"

This reverts commit 5edb0e1331.
This commit is contained in:
2023-04-27 15:00:43 +06:00
parent 5edb0e1331
commit 58836359cc
12 changed files with 57 additions and 49 deletions

View File

@@ -13,12 +13,3 @@ dependencies {
api libs.kotlin.poet
api libs.ksp
}
kotlin {
jvmToolchain(8)
}
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}