mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 17:18:52 -06:00
Bump kotlinVersion from 1.7.21 to 1.9.10
Bumps `kotlinVersion` from 1.7.21 to 1.9.10. Updates `org.jetbrains.kotlin.android` from 1.7.21 to 1.9.10 Updates `org.jetbrains.kotlin.kapt` from 1.7.21 to 1.9.10 Updates `org.jetbrains.kotlin.multiplatform` from 1.7.21 to 1.9.10 Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.7.21 to 1.9.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.21...v1.9.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.android dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin.kapt dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin.multiplatform dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
val kotlinVersion = "1.8.20"
|
||||
val kotlinVersion = "1.9.10"
|
||||
id("com.android.application") version "7.4.2" apply (false)
|
||||
id("org.jetbrains.kotlin.android") version kotlinVersion apply (false)
|
||||
id("org.jetbrains.kotlin.kapt") version kotlinVersion apply (false)
|
||||
|
||||
@@ -94,7 +94,7 @@ android {
|
||||
|
||||
dependencies {
|
||||
val daggerVersion = "2.48"
|
||||
val kotlinVersion = "1.8.20"
|
||||
val kotlinVersion = "1.9.10"
|
||||
val kxCoroutinesVersion = "1.7.3"
|
||||
val ktorVersion = "1.6.8"
|
||||
val espressoVersion = "3.5.1"
|
||||
|
||||
@@ -38,7 +38,7 @@ application {
|
||||
|
||||
dependencies {
|
||||
val ktorVersion = "1.6.8"
|
||||
val kotlinVersion = "1.8.20"
|
||||
val kotlinVersion = "1.9.10"
|
||||
val logbackVersion = "1.4.9"
|
||||
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")
|
||||
implementation("io.ktor:ktor-server-netty:$ktorVersion")
|
||||
|
||||
Reference in New Issue
Block a user