Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
18ada591b2 Merge bcb57ed819 into 24adeef67b 2024-01-24 05:33:11 +00:00
renovate[bot]
bcb57ed819 Update dependency com.android.tools.build:gradle to v8.2.2 2024-01-24 05:33:08 +00:00
8 changed files with 19 additions and 16 deletions

View File

@@ -1,14 +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`
## 1.3.2
* `Kotlin`: `1.9.22`

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.2
android_code_version=29

View File

@@ -1,11 +1,11 @@
[versions]
kotlin = "1.9.24"
kotlin-gradle-plugin = "8.3.2"
kotlin = "1.9.22"
kotlin-gradle-plugin = "8.2.2"
versions = "0.51.0"
versions = "0.50.0"
dokka = "1.9.20"
dokka = "1.9.10"
dexcount = "4.0.0"
junit_version = "4.12"

View File

@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

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