Skip to content

Commit

Permalink
Avoid use symlink in project file (#1500)
Browse files Browse the repository at this point in the history
It doesn't work on Windows platform
  • Loading branch information
iseki0 authored Aug 2, 2024
1 parent 33db850 commit e53231e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion okio/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ kotlin {
dependsOn(systemFileSystemMain)
}
val jvmTest by getting {
kotlin.srcDir("src/jvmTest/hashFunctions")
kotlin.srcDir("src/hashFunctions")
dependsOn(nonWasmTest)
dependsOn(zlibTest)
dependencies {
Expand Down
1 change: 0 additions & 1 deletion okio/src/jvmTest/hashFunctions

This file was deleted.

0 comments on commit e53231e

Please sign in to comment.