Skip to content

Commit

Permalink
Drop stately-isolate dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt committed Nov 22, 2021
1 parent b04ffee commit fbb3734
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ fun uuid(
version: String = "0.3.1"
): String = "com.benasher44:$artifact:$version"

fun stately(
module: String,
version: String = "1.1.10-a1"
): String = "co.touchlab:stately-$module:$version"

fun wrappers(
version: String = "1.0.1-pre.264-kotlin-1.5.31"
) = "org.jetbrains.kotlin-wrappers:kotlin-extensions:$version"
Expand Down
3 changes: 0 additions & 3 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ kotlin {

val appleMain by creating {
dependsOn(commonMain)
dependencies {
implementation(stately("isolate"))
}
}

val appleTest by creating
Expand Down

0 comments on commit fbb3734

Please sign in to comment.