Unverified Commit 3c284175 authored by Nikolay Igotti's avatar Nikolay Igotti Committed by GitHub

Update README.md

parent 1cb804c3
...@@ -31,7 +31,7 @@ i.e. something like this ...@@ -31,7 +31,7 @@ i.e. something like this
else -> error("Unsupported arch: $osArch") else -> error("Unsupported arch: $osArch")
} }
val version = "0.5.2" val version = "0.5.3"
val target = "${targetOs}-${targetArch}" val target = "${targetOs}-${targetArch}"
dependencies { dependencies {
implementation("org.jetbrains.skiko:skiko-jvm-runtime-$target:$version") implementation("org.jetbrains.skiko:skiko-jvm-runtime-$target:$version")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment