Skip to content

Commit

Permalink
Add SKIE plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
StylianosGakis committed Mar 11, 2024
1 parent 2903bee commit 46b1054
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import co.touchlab.faktory.versionmanager.ManualVersionManager
plugins {
kotlin("multiplatform") version libs.versions.kotlin.get()
alias(libs.plugins.serialization)
alias(libs.plugins.skie)
alias(libs.plugins.kmmBridge)
alias(libs.plugins.vanniktechGradleMavenPublish)
}
Expand Down
8 changes: 5 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[versions]
kmmBridge = "0.5.1"
kotlin = "1.9.20"
ktor = "2.3.8"
kotlinxSerialization = "1.6.1"
kmmBridge = "0.5.1"
ktor = "2.3.8"
skie = "0.6.1"
vanniktechMavenPublish = "0.25.3"

[libraries]
Expand All @@ -17,4 +18,5 @@ ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "kto
[plugins]
kmmBridge = { id = "co.touchlab.kmmbridge", version.ref = "kmmBridge" }
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
vanniktechGradleMavenPublish = { id = "com.vanniktech.maven.publish", version.ref = "vanniktechMavenPublish" }
skie = { id = "co.touchlab.skie", version.ref = "skie" }
vanniktechGradleMavenPublish = { id = "com.vanniktech.maven.publish", version.ref = "vanniktechMavenPublish" }

0 comments on commit 46b1054

Please sign in to comment.