Skip to content

Commit

Permalink
Fix dependencies of okio-nodefilesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
ccjernigan committed Oct 28, 2021
1 parent 6565389 commit 73d889f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion okio-nodefilesystem/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ kotlin {
val main by getting {
dependencies {
implementation(project(":okio"))
implementation(project(":okio-testing-support"))
// Uncomment this to generate fs.fs.module_node.kt. Use it when updating fs.kt.
// implementation(npm("@types/node", "14.14.16", true))
}
Expand All @@ -46,6 +45,7 @@ kotlin {
implementation(deps.kotlin.time)

implementation(project(":okio-fakefilesystem"))
implementation(project(":okio-testing-support"))
implementation(deps.kotlin.test.js)
}
}
Expand Down

0 comments on commit 73d889f

Please sign in to comment.