mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2025-12-07 05:25:48 +00:00
Compare commits
2 Commits
v1.4.0
...
9c2c812a99
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9c2c812a99 | ||
|
|
20bd48a383 |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,6 +1,4 @@
|
||||
.idea
|
||||
.kotlin
|
||||
kotlin-js-store/
|
||||
out/*
|
||||
*.iml
|
||||
target
|
||||
@@ -14,6 +12,5 @@ out/
|
||||
secret.gradle
|
||||
local.*
|
||||
local/
|
||||
**/*.local.*
|
||||
|
||||
publishing.sh
|
||||
|
||||
22
CHANGELOG.md
22
CHANGELOG.md
@@ -1,27 +1,5 @@
|
||||
# Changelog
|
||||
|
||||
## 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
|
||||
|
||||
* `Kotlin`: `1.9.23`
|
||||
|
||||
## 1.3.2
|
||||
|
||||
* `Kotlin`: `1.9.22`
|
||||
|
||||
@@ -73,10 +73,6 @@ kotlin {
|
||||
dependencies {
|
||||
implementation libs.kotlin.test.common
|
||||
implementation libs.kotlin.test.annotations.common
|
||||
}
|
||||
}
|
||||
jvmTest {
|
||||
dependencies {
|
||||
implementation libs.kotlin.test.junit
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,5 +10,5 @@ org.gradle.jvmargs=-Xmx512m
|
||||
# Project data
|
||||
|
||||
group=dev.inmo
|
||||
version=1.4.0
|
||||
android_code_version=34
|
||||
version=1.3.2
|
||||
android_code_version=29
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
[versions]
|
||||
|
||||
kotlin = "2.1.0"
|
||||
kotlin-gradle-plugin = "8.2.2"
|
||||
kotlin = "1.9.22"
|
||||
kotlin-gradle-plugin = "8.3.0"
|
||||
|
||||
versions = "0.51.0"
|
||||
versions = "0.50.0"
|
||||
|
||||
dokka = "1.9.20"
|
||||
dokka = "1.9.10"
|
||||
|
||||
dexcount = "4.0.0"
|
||||
junit_version = "4.12"
|
||||
test_ext_junit_version = "1.2.1"
|
||||
espresso_core = "3.6.1"
|
||||
test_ext_junit_version = "1.1.5"
|
||||
espresso_core = "3.5.1"
|
||||
|
||||
android-minSdk = "21"
|
||||
android-compileSdk = "35"
|
||||
android-buildTools = "35.0.0"
|
||||
android-compileSdk = "34"
|
||||
android-buildTools = "34.0.0"
|
||||
|
||||
github-release = "2.5.2"
|
||||
|
||||
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
1921
kotlin-js-store/yarn.lock
Normal file
1921
kotlin-js-store/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,4 @@
|
||||
package dev.inmo.kslog.common
|
||||
|
||||
actual var KSLoggerDefaultPlatformLoggerLambda: (level: LogLevel, tag: String, message: Any, throwable: Throwable?) -> Unit =
|
||||
printlnLogging
|
||||
@@ -0,0 +1,4 @@
|
||||
package dev.inmo.kslog.common
|
||||
|
||||
actual var KSLoggerDefaultPlatformLoggerLambda: (level: LogLevel, tag: String, message: Any, throwable: Throwable?) -> Unit =
|
||||
printlnLogging
|
||||
@@ -0,0 +1,4 @@
|
||||
package dev.inmo.kslog.common
|
||||
|
||||
actual var KSLoggerDefaultPlatformLoggerLambda: (level: LogLevel, tag: String, message: Any, throwable: Throwable?) -> Unit =
|
||||
printlnLogging
|
||||
Reference in New Issue
Block a user