docs/tests addons

This commit is contained in:
Sergey Chernov 2024-08-24 07:13:38 +02:00
parent fc9d4c5070
commit 10b21ab205
2 changed files with 5 additions and 6 deletions

View File

@ -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. 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 # Usage
Add our maven: Add our maven:

View File

@ -18,12 +18,7 @@ repositories {
kotlin { kotlin {
jvmToolchain(8) jvmToolchain(8)
jvm { jvm()
withJava()
testRuns["test"].executionTask.configure {
useJUnitPlatform()
}
}
js { js {
browser() browser()
nodejs() nodejs()