1

build: переход на Gradle Kotlin DSL

This commit is contained in:
2026-04-15 19:59:19 +03:00
parent f8ee40f7c6
commit 61c7acae39
5 changed files with 51 additions and 57 deletions

4
build.gradle.kts Normal file
View File

@@ -0,0 +1,4 @@
tasks.withType<Wrapper> {
gradleVersion = "8.10"
distributionType = Wrapper.DistributionType.BIN
}