Update build.gradle

This commit is contained in:
InsanusMokrassar 2022-10-25 00:17:52 +06:00 committed by GitHub
parent c55376da88
commit 6b82879a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

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