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

3
settings.gradle.kts Normal file
View File

@@ -0,0 +1,3 @@
rootProject.name = "fluent-java"
include("fluent-syntax")