Skip to content

Commit

Permalink
fix: remove js implementation from services
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmelati committed Aug 13, 2024
1 parent 168a824 commit 88e2c90
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions modules/services/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ repositories {
}

kotlin {
// js {
// browser()
// nodejs()
// }
jvm()

sourceSets {
Expand All @@ -33,11 +29,5 @@ kotlin {
implementation(kotlin("test-junit"))
}
}

// val jsMain by getting {
// dependencies {
//// implementation(npm("jose", "5.6.3"))
// }
// }
}
}

0 comments on commit 88e2c90

Please sign in to comment.