Kotlin Chess is a Chess Engine and Game written in Kotlin for Android. It is largely based on the iOS counterpart SwiftChess
99.9 percent line by line Swift to Kotlin
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}dependencies {
implementation 'com.github.Cortlandd:KotlinChess:1.1'
}