dependencies update

This commit is contained in:
2023-06-19 16:19:14 +06:00
parent 786cf9bd8b
commit 546a391af3
4 changed files with 15 additions and 2 deletions

View File

@@ -14,3 +14,8 @@ dependencies {
api libs.kotlin.poet
api libs.ksp
}
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}