mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2024-11-18 06:03:47 +00:00
update dependencies, update changelog, replace KSLoggerDefaultPlatformLoggerLambda in nativeMain
This commit is contained in:
parent
ecd2b08c69
commit
663395ccbe
@ -2,6 +2,9 @@
|
||||
|
||||
## 1.3.4
|
||||
|
||||
* `Kotlin`: `1.9.24`
|
||||
* Native realization of `KSLoggerDefaultPlatformLoggerLambda` now is common for all native targets
|
||||
|
||||
## 1.3.3
|
||||
|
||||
* `Kotlin`: `1.9.23`
|
||||
|
@ -1,7 +1,7 @@
|
||||
[versions]
|
||||
|
||||
kotlin = "1.9.23"
|
||||
kotlin-gradle-plugin = "8.3.0"
|
||||
kotlin = "1.9.24"
|
||||
kotlin-gradle-plugin = "8.3.2"
|
||||
|
||||
versions = "0.51.0"
|
||||
|
||||
|
@ -1,4 +0,0 @@
|
||||
package dev.inmo.kslog.common
|
||||
|
||||
actual var KSLoggerDefaultPlatformLoggerLambda: (level: LogLevel, tag: String, message: Any, throwable: Throwable?) -> Unit =
|
||||
printlnLogging
|
@ -1,4 +0,0 @@
|
||||
package dev.inmo.kslog.common
|
||||
|
||||
actual var KSLoggerDefaultPlatformLoggerLambda: (level: LogLevel, tag: String, message: Any, throwable: Throwable?) -> Unit =
|
||||
printlnLogging
|
@ -1,4 +0,0 @@
|
||||
package dev.inmo.kslog.common
|
||||
|
||||
actual var KSLoggerDefaultPlatformLoggerLambda: (level: LogLevel, tag: String, message: Any, throwable: Throwable?) -> Unit =
|
||||
printlnLogging
|
Loading…
Reference in New Issue
Block a user