diff --git a/README.md b/README.md index 088c81e..b9891bf 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ in native targets. The last 1.8-based version is 0.0.8. Some fixes are not yet backported to it pls leave an issue of needed. +# Documentatino + +Aside of the samples in this readme please see [library documentation](https://code.sergeych.net/docs/mp_bintools/). + # Usage Add our maven: diff --git a/build.gradle.kts b/build.gradle.kts index 5ecdfb6..32a0123 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,12 +18,7 @@ repositories { kotlin { jvmToolchain(8) - jvm { - withJava() - testRuns["test"].executionTask.configure { - useJUnitPlatform() - } - } + jvm() js { browser() nodejs()