Compare commits

...

21 Commits

Author SHA1 Message Date
480d2c8132 update dependencies 2025-01-29 12:06:52 +06:00
a2a73dfe83 start 1.4.1 2025-01-29 12:06:20 +06:00
4528918347 Merge pull request #92 from InsanusMokrassar/renovate/major-dokka
Update dokka to v2 (major)
2025-01-10 08:21:30 +06:00
renovate[bot]
9ef93724ad Update dokka to v2 2024-12-21 02:49:05 +00:00
dccbd13788 Merge pull request #90 from InsanusMokrassar/1.4.0
1.4.0
2024-12-09 10:10:09 +06:00
8bb34d6842 update dependencies 2024-12-09 10:04:09 +06:00
cff3f71de7 start 1.4.0 2024-12-09 10:03:14 +06:00
aab0ac064f Merge pull request #87 from InsanusMokrassar/1.3.6
1.3.6
2024-08-27 19:13:32 +06:00
d2909ed5f0 update dependencies 2024-08-27 19:12:58 +06:00
81eba88ce9 start 1.3.6 2024-08-27 19:01:11 +06:00
a73f0d132c remove kotlin-js-store 2024-08-27 19:00:22 +06:00
bd87184f81 Merge pull request #84 from InsanusMokrassar/1.3.5
1.3.5
2024-08-09 23:07:10 +06:00
7228e81344 update android sdk version 2024-08-09 22:53:36 +06:00
ac828b1af7 update test dependencies and wrapper versions 2024-08-09 22:43:06 +06:00
a8c85b9614 fix of build 2024-08-09 22:34:05 +06:00
98fbf43d4d update kotlin 2024-08-09 22:28:55 +06:00
ef8a3e1500 start 1.3.5 2024-08-09 22:28:08 +06:00
3edbb78d56 Merge pull request #77 from InsanusMokrassar/1.3.4
1.3.4
2024-05-12 16:49:34 +06:00
663395ccbe update dependencies, update changelog, replace KSLoggerDefaultPlatformLoggerLambda in nativeMain 2024-05-12 16:48:47 +06:00
ecd2b08c69 start 1.3.4 2024-05-12 16:42:35 +06:00
f5e50d00a2 Merge pull request #73 from InsanusMokrassar/1.3.3
1.3.3
2024-03-15 13:39:16 +06:00
11 changed files with 39 additions and 1943 deletions

3
.gitignore vendored
View File

@@ -1,4 +1,6 @@
.idea .idea
.kotlin
kotlin-js-store/
out/* out/*
*.iml *.iml
target target
@@ -12,5 +14,6 @@ out/
secret.gradle secret.gradle
local.* local.*
local/ local/
**/*.local.*
publishing.sh publishing.sh

View File

@@ -1,5 +1,27 @@
# Changelog # Changelog
## 1.4.1
* `Kotlin`: `2.1.10`
## 1.4.0
* `Kotlin`: `2.1.0`
## 1.3.6
* `Kotlin`: `2.0.20`
## 1.3.5
* `Kotlin`: `2.0.10`
* Android SDK Level: `35`
## 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`

View File

@@ -73,6 +73,10 @@ kotlin {
dependencies { dependencies {
implementation libs.kotlin.test.common implementation libs.kotlin.test.common
implementation libs.kotlin.test.annotations.common implementation libs.kotlin.test.annotations.common
}
}
jvmTest {
dependencies {
implementation libs.kotlin.test.junit implementation libs.kotlin.test.junit
} }
} }

View File

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

View File

@@ -1,20 +1,20 @@
[versions] [versions]
kotlin = "1.9.23" kotlin = "2.1.10"
kotlin-gradle-plugin = "8.3.0" kotlin-gradle-plugin = "8.2.2"
versions = "0.51.0" versions = "0.51.0"
dokka = "1.9.20" dokka = "2.0.0"
dexcount = "4.0.0" dexcount = "4.0.0"
junit_version = "4.12" junit_version = "4.12"
test_ext_junit_version = "1.1.5" test_ext_junit_version = "1.2.1"
espresso_core = "3.5.1" espresso_core = "3.6.1"
android-minSdk = "21" android-minSdk = "21"
android-compileSdk = "34" android-compileSdk = "35"
android-buildTools = "34.0.0" android-buildTools = "35.0.0"
github-release = "2.5.2" github-release = "2.5.2"

View File

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

File diff suppressed because it is too large Load Diff

View File

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

View File

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

View File

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