refactor impl

This commit is contained in:
nrobi144
2026-01-28 10:45:56 +02:00
parent c2f035acc0
commit e0d0e33408
34 changed files with 5284 additions and 205 deletions
+3 -1
View File
@@ -124,7 +124,9 @@ kotlin {
implementation(libs.okhttpCoroutines)
// Chess engine for move validation and legal move generation
implementation("io.github.cvb941:kchesslib:1.0.4")
// NOTE: 1.0.4+ uses Java 21's removeLast() which crashes on Android API < 34
// TODO: Test if 1.0.0 works, or fork library to fix
implementation("io.github.cvb941:kchesslib:1.0.0")
}
}