mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2025-11-15 10:50:15 +00:00
update dependencies
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## 1.5.2
|
## 1.5.2
|
||||||
|
|
||||||
|
* `Kotlin`: `2.2.21`
|
||||||
|
|
||||||
## 1.5.1
|
## 1.5.1
|
||||||
|
|
||||||
* `Kotlin`: `2.2.20`
|
* `Kotlin`: `2.2.20`
|
||||||
|
|||||||
@@ -66,7 +66,10 @@ kotlin {
|
|||||||
nodejs()
|
nodejs()
|
||||||
}
|
}
|
||||||
androidTarget {
|
androidTarget {
|
||||||
publishAllLibraryVariants()
|
publishLibraryVariants(
|
||||||
|
"release",
|
||||||
|
"debug",
|
||||||
|
)
|
||||||
compilations.all {
|
compilations.all {
|
||||||
kotlinOptions {
|
kotlinOptions {
|
||||||
jvmTarget = "17"
|
jvmTarget = "17"
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
[versions]
|
[versions]
|
||||||
|
|
||||||
kotlin = "2.2.20"
|
kotlin = "2.2.21"
|
||||||
kotlin-gradle-plugin = "8.10.+"
|
kotlin-gradle-plugin = "8.12.+"
|
||||||
|
|
||||||
nmcp = "1.2.0"
|
nmcp = "1.2.0"
|
||||||
versions = "0.51.0"
|
versions = "0.53.0"
|
||||||
|
|
||||||
dokka = "2.0.0"
|
dokka = "2.1.0"
|
||||||
|
|
||||||
dexcount = "4.0.0"
|
dexcount = "4.0.0"
|
||||||
junit_version = "4.12"
|
junit_version = "4.12"
|
||||||
|
|||||||
Reference in New Issue
Block a user