Skip to content

Commit

Permalink
WIP Replace kotest-property with parameterize
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWoodworth committed May 18, 2024
1 parent be9311c commit 3e27570
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 @@ -53,7 +53,7 @@ kotlin {
//wasmWasi() //

linuxX64()
//linuxArm64() // Not supported by okio/kx-coroutines/kotest yet
//linuxArm64() // Not supported by okio yet
//androidNativeArm32() // Not supported by Okio yet
//androidNativeArm64() // https://github.com/square/okio/issues/1242#issuecomment-1759357336
//androidNativeX86() //
Expand All @@ -70,7 +70,7 @@ kotlin {
tvosX64()
tvosArm64()
iosArm64()
//watchosDeviceArm64() // Not supported by kotest yet
watchosDeviceArm64()
mingwX64()

sourceSets {
Expand Down

0 comments on commit 3e27570

Please sign in to comment.