small cleanup in build scripts

This commit is contained in:
2023-02-27 17:03:09 +06:00
parent d8cf3c6726
commit 73c724a2e5
5 changed files with 12 additions and 32 deletions

View File

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