mirror of
				https://github.com/InsanusMokrassar/KSLog.git
				synced 2025-10-31 03:20:04 +00:00 
			
		
		
		
	Compare commits
	
		
			8 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 663395ccbe | |||
| ecd2b08c69 | |||
| f5e50d00a2 | |||
| a1784dc6af | |||
| 4d6410c870 | |||
| 3a4035f1a6 | |||
| 86bf9468ba | |||
| 24adeef67b | 
| @@ -1,5 +1,14 @@ | ||||
| # 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` | ||||
|   | ||||
| @@ -10,5 +10,5 @@ org.gradle.jvmargs=-Xmx512m | ||||
| # Project data | ||||
|  | ||||
| group=dev.inmo | ||||
| version=1.3.2 | ||||
| android_code_version=29 | ||||
| version=1.3.4 | ||||
| android_code_version=31 | ||||
|   | ||||
| @@ -1,11 +1,11 @@ | ||||
| [versions] | ||||
|  | ||||
| kotlin = "1.9.22" | ||||
| kotlin-gradle-plugin = "8.2.1" | ||||
| kotlin = "1.9.24" | ||||
| kotlin-gradle-plugin = "8.3.2" | ||||
|  | ||||
| versions = "0.50.0" | ||||
| versions = "0.51.0" | ||||
|  | ||||
| dokka = "1.9.10" | ||||
| dokka = "1.9.20" | ||||
|  | ||||
| dexcount = "4.0.0" | ||||
| junit_version = "4.12" | ||||
|   | ||||
							
								
								
									
										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.5-bin.zip | ||||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip | ||||
| zipStoreBase=GRADLE_USER_HOME | ||||
| zipStorePath=wrapper/dists | ||||
|   | ||||
| @@ -1,4 +0,0 @@ | ||||
| package dev.inmo.kslog.common | ||||
|  | ||||
| actual var KSLoggerDefaultPlatformLoggerLambda: (level: LogLevel, tag: String, message: Any, throwable: Throwable?) -> Unit = | ||||
|     printlnLogging | ||||
| @@ -1,4 +0,0 @@ | ||||
| package dev.inmo.kslog.common | ||||
|  | ||||
| actual var KSLoggerDefaultPlatformLoggerLambda: (level: LogLevel, tag: String, message: Any, throwable: Throwable?) -> Unit = | ||||
|     printlnLogging | ||||
| @@ -1,4 +0,0 @@ | ||||
| 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