Update build.gradle

This commit is contained in:
InsanusMokrassar 2022-10-25 00:20:37 +06:00 committed by GitHub
parent 1ad7988ae5
commit b398ad43ab
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"
@ -13,9 +12,5 @@ kotlin {
api project(":plaguposter.common")
}
}
jvmMain {
dependencies {
}
}
}
}