mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2024-12-22 05:57:14 +00:00
commit
3edbb78d56
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.3.4
|
||||||
|
|
||||||
|
* `Kotlin`: `1.9.24`
|
||||||
|
* Native realization of `KSLoggerDefaultPlatformLoggerLambda` now is common for all native targets
|
||||||
|
|
||||||
## 1.3.3
|
## 1.3.3
|
||||||
|
|
||||||
* `Kotlin`: `1.9.23`
|
* `Kotlin`: `1.9.23`
|
||||||
|
@ -10,5 +10,5 @@ org.gradle.jvmargs=-Xmx512m
|
|||||||
# Project data
|
# Project data
|
||||||
|
|
||||||
group=dev.inmo
|
group=dev.inmo
|
||||||
version=1.3.3
|
version=1.3.4
|
||||||
android_code_version=30
|
android_code_version=31
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[versions]
|
[versions]
|
||||||
|
|
||||||
kotlin = "1.9.23"
|
kotlin = "1.9.24"
|
||||||
kotlin-gradle-plugin = "8.3.0"
|
kotlin-gradle-plugin = "8.3.2"
|
||||||
|
|
||||||
versions = "0.51.0"
|
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