Compare commits

..

1 Commits

Author SHA1 Message Date
fe9cdc19d3 add test version 2023-09-22 01:54:15 +06:00
7 changed files with 15 additions and 12 deletions

View File

@@ -1,12 +1,5 @@
# Changelog
## 1.2.2
**wasm32 target has been removed**
**mingwX86 target has been removed**
* `Kotlin`: `1.9.20-RC`
## 1.2.1
* `Kotlin`: `1.9.10`

View File

@@ -61,7 +61,9 @@ kotlin {
nodejs()
d8()
}
wasm32()
mingwX64()
mingwX86()
sourceSets {
commonMain {

View File

@@ -10,5 +10,5 @@ org.gradle.jvmargs=-Xmx512m
# Project data
group=dev.inmo
version=1.2.2
android_code_version=24
version=1.2.1-test-version
android_code_version=23

View File

@@ -1,11 +1,11 @@
[versions]
kotlin = "1.9.20-RC"
kotlin-gradle-plugin = "8.1.2"
kotlin = "1.9.10"
kotlin-gradle-plugin = "8.1.1"
versions = "0.48.0"
dokka = "1.9.10"
dokka = "1.9.0"
dexcount = "4.0.0"
junit_version = "4.12"

View File

@@ -0,0 +1,4 @@
package dev.inmo.kslog.common
internal actual val defaultLogging: (level: LogLevel, tag: String, message: Any, throwable: Throwable?) -> Unit
get() = printlnLogging

View File

@@ -0,0 +1,4 @@
package dev.inmo.kslog.common
internal actual val defaultLogging: (level: LogLevel, tag: String, message: Any, throwable: Throwable?) -> Unit
get() = printlnLogging