update dependencies and at least it is buildable

This commit is contained in:
2023-02-27 16:56:39 +06:00
parent 15dee238b5
commit d8cf3c6726
4 changed files with 15 additions and 18 deletions

View File

@@ -15,9 +15,5 @@ kotlin {
api libs.ktor.client
}
}
androidMain {
dependsOn jvmMain
}
}
}