docs/tests addons
This commit is contained in:
parent
fc9d4c5070
commit
10b21ab205
@ -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:
|
||||
|
@ -18,12 +18,7 @@ repositories {
|
||||
|
||||
kotlin {
|
||||
jvmToolchain(8)
|
||||
jvm {
|
||||
withJava()
|
||||
testRuns["test"].executionTask.configure {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
}
|
||||
jvm()
|
||||
js {
|
||||
browser()
|
||||
nodejs()
|
||||
|
Loading…
Reference in New Issue
Block a user