Skip to content

Commit

Permalink
Downgrade of file api.
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic-kneier committed Feb 6, 2024
1 parent 71f8d71 commit 3ea6982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ kotlin {
"-Xoverride-konan-properties=linkerGccFlags=-lgcc -lgcc_eh -lc",
)

// linkerOpts("--as-needed", "--defsym=isnan=isnan", "-s", "-static")
linkerOpts("--as-needed")
}
}
}
Expand All @@ -53,7 +53,7 @@ kotlin {
dependencies {
implementation("com.squareup.okio:okio:3.7.0")
implementation("org.jetbrains.kotlinx:kotlinx-cli:0.3.6")
implementation("me.archinamon:file-io:1.3.9")
implementation("me.archinamon:file-io:1.3.5")
}
}
val nativeTest by creating {
Expand Down

0 comments on commit 3ea6982

Please sign in to comment.