refactor: remove kotlin-gradle-api and add sweet extension to kotlin mpp

This commit is contained in:
2023-11-03 22:16:48 +08:00
parent 7071951aa5
commit 5d3642c1a3
4 changed files with 7 additions and 18 deletions

View File

@@ -22,7 +22,6 @@ kotlin {
}
dependencies {
implementation(org.jetbrains.kotlin.kotlin.gradle.plugin.api)
implementation(org.snakeyaml.snakeyaml.engine)
implementation(com.charleskorn.kaml.kaml)
implementation(com.squareup.okhttp3.okhttp)