Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
549c5185dd Merge a4c3c3a9e6 into f5e50d00a2 2024-04-10 02:31:22 +00:00
renovate[bot]
a4c3c3a9e6 Update dependency com.android.tools.build:gradle to v8.3.2 2024-04-10 02:31:19 +00:00
7 changed files with 15 additions and 8 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,6 +1,6 @@
[versions]
kotlin = "1.9.24"
kotlin = "1.9.23"
kotlin-gradle-plugin = "8.3.2"
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