desktop: initialize subproject

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-03-07 13:08:44 +05:30
parent 2a543d3aad
commit be6e0c9498
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
10 changed files with 175 additions and 8 deletions

View file

@ -9,13 +9,6 @@ plugins {
`core-library-desugaring`
}
repositories {
// kotlinx-collections-immutable-jvm used by Compose is stored here.
maven("https://dl.bintray.com/kotlin/kotlinx") {
name = "KotlinX Bintray"
}
}
android {
defaultConfig {
applicationId = "dev.msfjarvis.lobsters"