Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
4fbb15faa9 Merge bb67018d0a into f5e50d00a2 2024-03-18 20:55:35 +00:00
renovate[bot]
bb67018d0a Update dependency com.android.tools.build:gradle to v8.3.1 2024-03-18 20:55:33 +00:00
7 changed files with 16 additions and 9 deletions

View File

@@ -1,10 +1,5 @@
# Changelog
## 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`

View File

@@ -10,5 +10,5 @@ org.gradle.jvmargs=-Xmx512m
# Project data
group=dev.inmo
version=1.3.4
android_code_version=31
version=1.3.3
android_code_version=30

View File

@@ -1,7 +1,7 @@
[versions]
kotlin = "1.9.24"
kotlin-gradle-plugin = "8.3.2"
kotlin = "1.9.23"
kotlin-gradle-plugin = "8.3.1"
versions = "0.51.0"

View File

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

View File

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

View File

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