Update build.gradle

This commit is contained in:
InsanusMokrassar 2022-10-25 00:24:38 +06:00 committed by GitHub
parent bf8436fa4b
commit 94b3c97efa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -1,7 +1,6 @@
plugins {
id "org.jetbrains.kotlin.multiplatform"
id "org.jetbrains.kotlin.plugin.serialization"
id "com.android.library"
}
apply from: "$mppProjectWithSerializationPresetPath"
@ -15,9 +14,5 @@ kotlin {
api libs.krontab
}
}
jvmMain {
dependencies {
}
}
}
}