mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-11-29 21:48:45 +00:00
update kotlinx.serialization and remove jvmMain block in mppJavaProject
This commit is contained in:
parent
5a3bf140df
commit
88f442a16d
@ -6,6 +6,8 @@ Inited :)
|
|||||||
|
|
||||||
### 0.1.1
|
### 0.1.1
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `kotlinx.serialization`: `1.0.0-RC2` -> `1.0.0`
|
||||||
* `Repos`
|
* `Repos`
|
||||||
* `Common`
|
* `Common`
|
||||||
* Extensions `doForAll` and `getAll` were added for all current types of repos:
|
* Extensions `doForAll` and `getAll` were added for all current types of repos:
|
||||||
|
@ -6,7 +6,7 @@ kotlin.incremental.js=true
|
|||||||
|
|
||||||
kotlin_version=1.4.10
|
kotlin_version=1.4.10
|
||||||
kotlin_coroutines_version=1.3.9
|
kotlin_coroutines_version=1.3.9
|
||||||
kotlin_serialisation_core_version=1.0.0-RC2
|
kotlin_serialisation_core_version=1.0.0
|
||||||
kotlin_exposed_version=0.27.1
|
kotlin_exposed_version=0.27.1
|
||||||
|
|
||||||
ktor_version=1.4.1
|
ktor_version=1.4.1
|
||||||
|
@ -26,10 +26,6 @@ kotlin {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
jvmMain {
|
|
||||||
dependencies {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
jvmTest {
|
jvmTest {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation kotlin('test-junit')
|
implementation kotlin('test-junit')
|
||||||
|
Loading…
Reference in New Issue
Block a user