Browse Source

Update kotlin - TO BE MERGED AFTER THE RELEASE (#789)

* Update kotlin

* Update kotlinc.xml

* Update ksp

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marco Romano <marcor@element.io>
Co-authored-by: Benoit Marty <benoit@matrix.org>
pull/1045/head
renovate[bot] 1 year ago committed by GitHub
parent
commit
4a630f141d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .idea/kotlinc.xml
  2. 2
      build.gradle.kts
  3. 2
      features/login/impl/build.gradle.kts
  4. 6
      gradle/libs.versions.toml
  5. 2
      libraries/matrix/api/build.gradle.kts
  6. 2
      libraries/matrix/impl/build.gradle.kts
  7. 2
      libraries/push/impl/build.gradle.kts
  8. 2
      libraries/pushproviders/unifiedpush/build.gradle.kts

2
.idea/kotlinc.xml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="KotlinJpsPluginSettings">
<option name="version" value="1.8.22" />
<option name="version" value="1.9.0" />
</component>
</project>

2
build.gradle.kts

@ -3,7 +3,7 @@ import org.jetbrains.kotlin.cli.common.toBooleanLenient @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.cli.common.toBooleanLenient
buildscript {
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.22")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0")
classpath("com.google.gms:google-services:4.3.15")
}
}

2
features/login/impl/build.gradle.kts

@ -19,7 +19,7 @@ plugins { @@ -19,7 +19,7 @@ plugins {
alias(libs.plugins.anvil)
alias(libs.plugins.ksp)
id("kotlin-parcelize")
kotlin("plugin.serialization") version "1.8.22"
kotlin("plugin.serialization") version "1.9.0"
}
android {

6
gradle/libs.versions.toml

@ -4,8 +4,8 @@ @@ -4,8 +4,8 @@
[versions]
# Project
android_gradle_plugin = "8.0.2"
kotlin = "1.8.22"
ksp = "1.8.22-1.0.11"
kotlin = "1.9.0"
ksp = "1.9.0-1.0.12"
molecule = "1.2.0"
# AndroidX
@ -23,7 +23,7 @@ browser = "1.5.0" @@ -23,7 +23,7 @@ browser = "1.5.0"
# Compose
compose_bom = "2023.06.01"
composecompiler = "1.4.8"
composecompiler = "1.5.0"
# Coroutines
coroutines = "1.7.2"

2
libraries/matrix/api/build.gradle.kts

@ -18,7 +18,7 @@ plugins { @@ -18,7 +18,7 @@ plugins {
id("io.element.android-library")
id("kotlin-parcelize")
alias(libs.plugins.anvil)
kotlin("plugin.serialization") version "1.8.22"
kotlin("plugin.serialization") version "1.9.0"
}
android {

2
libraries/matrix/impl/build.gradle.kts

@ -17,7 +17,7 @@ @@ -17,7 +17,7 @@
plugins {
id("io.element.android-library")
alias(libs.plugins.anvil)
kotlin("plugin.serialization") version "1.8.22"
kotlin("plugin.serialization") version "1.9.0"
}
android {

2
libraries/push/impl/build.gradle.kts

@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
plugins {
id("io.element.android-library")
alias(libs.plugins.anvil)
kotlin("plugin.serialization") version "1.8.22"
kotlin("plugin.serialization") version "1.9.0"
}
android {

2
libraries/pushproviders/unifiedpush/build.gradle.kts

@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
plugins {
id("io.element.android-library")
alias(libs.plugins.anvil)
kotlin("plugin.serialization") version "1.8.22"
kotlin("plugin.serialization") version "1.9.0"
}
android {

Loading…
Cancel
Save