Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit d0c2a48

Browse files
authored
Merge pull request #44 from element-hq/renovate/major-ksp
Update dependency com.google.devtools.ksp to v2
2 parents 1f99d5b + 254a47b commit d0c2a48

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ buildscript {
88
plugins {
99
alias(libs.plugins.android.library) apply false
1010
alias(libs.plugins.kotlin.android) apply false
11+
alias(libs.plugins.compose.compiler) apply false
1112
alias(libs.plugins.sonarqube)
1213
alias(libs.plugins.dependencycheck)
1314
}

compound/build.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import com.vanniktech.maven.publish.SonatypeHost
1919
plugins {
2020
alias(libs.plugins.android.library)
2121
alias(libs.plugins.kotlin.android)
22+
alias(libs.plugins.compose.compiler)
2223
alias(libs.plugins.maven.publish)
2324
alias(libs.plugins.ksp)
2425
alias(libs.plugins.kover)
@@ -58,10 +59,6 @@ android {
5859
compose = true
5960
}
6061

61-
composeOptions {
62-
kotlinCompilerExtensionVersion = libs.versions.composecompiler.get()
63-
}
64-
6562
packaging {
6663
resources.excludes.apply {
6764
add("META-INF/AL2.0")

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
[versions]
22
# Project
33
android_gradle_plugin = "8.5.1"
4-
kotlin = "1.9.24"
5-
ksp = "1.9.24-1.0.20"
4+
kotlin = "2.0.0"
5+
ksp = "2.0.0-1.0.23"
66

77
# AndroidX
88
activity = "1.9.0"
99

1010
# Compose
1111
compose_bom = "2024.06.00"
12-
composecompiler = "1.5.14"
1312

1413
# Others
1514
showkase = "1.0.3"
@@ -49,6 +48,7 @@ ui-tooling-preview-android = { group = "androidx.compose.ui", name = "ui-tooling
4948
[plugins]
5049
android_library = { id = "com.android.library", version.ref = "android_gradle_plugin" }
5150
kotlin_android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
51+
compose_compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
5252
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
5353
maven_publish = { id = "com.vanniktech.maven.publish", version = "0.29.0" }
5454
kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" }

0 commit comments

Comments
 (0)