mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2024-12-22 05:57:14 +00:00
remove unnecessary targets
This commit is contained in:
parent
333cb690a1
commit
d25a73df3d
@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.2.2
|
||||||
|
|
||||||
|
**wasm32 target has been removed**
|
||||||
|
**mingwX86 target has been removed**
|
||||||
|
|
||||||
|
* `Kotlin`: `1.9.20-RC`
|
||||||
|
|
||||||
## 1.2.1
|
## 1.2.1
|
||||||
|
|
||||||
* `Kotlin`: `1.9.10`
|
* `Kotlin`: `1.9.10`
|
||||||
|
@ -61,9 +61,7 @@ kotlin {
|
|||||||
nodejs()
|
nodejs()
|
||||||
d8()
|
d8()
|
||||||
}
|
}
|
||||||
wasm32()
|
|
||||||
mingwX64()
|
mingwX64()
|
||||||
mingwX86()
|
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
commonMain {
|
commonMain {
|
||||||
|
@ -10,5 +10,5 @@ org.gradle.jvmargs=-Xmx512m
|
|||||||
# Project data
|
# Project data
|
||||||
|
|
||||||
group=dev.inmo
|
group=dev.inmo
|
||||||
version=1.2.1
|
version=1.2.2
|
||||||
android_code_version=23
|
android_code_version=24
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
[versions]
|
[versions]
|
||||||
|
|
||||||
kotlin = "1.9.10"
|
kotlin = "1.9.20-RC"
|
||||||
kotlin-gradle-plugin = "8.1.1"
|
kotlin-gradle-plugin = "8.1.2"
|
||||||
|
|
||||||
versions = "0.48.0"
|
versions = "0.48.0"
|
||||||
|
|
||||||
dokka = "1.9.0"
|
dokka = "1.9.10"
|
||||||
|
|
||||||
dexcount = "4.0.0"
|
dexcount = "4.0.0"
|
||||||
junit_version = "4.12"
|
junit_version = "4.12"
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
package dev.inmo.kslog.common
|
|
||||||
|
|
||||||
internal actual val defaultLogging: (level: LogLevel, tag: String, message: Any, throwable: Throwable?) -> Unit
|
|
||||||
get() = printlnLogging
|
|
@ -1,4 +0,0 @@
|
|||||||
package dev.inmo.kslog.common
|
|
||||||
|
|
||||||
internal actual val defaultLogging: (level: LogLevel, tag: String, message: Any, throwable: Throwable?) -> Unit
|
|
||||||
get() = printlnLogging
|
|
Loading…
Reference in New Issue
Block a user