Convert uhabits-core (jvmTest)

This commit is contained in:
Quentin Hibon
2021-01-14 22:14:26 +01:00
parent 0f828cbd3a
commit ac6df47818
70 changed files with 4176 additions and 4236 deletions

View File

@@ -56,7 +56,7 @@ interface Database {
val file: File?
interface ProcessCallback {
fun interface ProcessCallback {
fun process(cursor: Cursor)
}
}