Converted project to Gradle.

This commit is contained in:
天クマ 2025-12-15 23:53:37 -03:00
commit 134eb44f74
23 changed files with 482 additions and 35 deletions

13
.gitignore vendored
View file

@ -1 +1,12 @@
/bin/
bin/
libs/
.idea/
.gradle/
build/
out/
# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
build