Skip to content

Commit

Permalink
Merge pull request #44 from element-hq/renovate/major-ksp
Browse files Browse the repository at this point in the history
Update dependency com.google.devtools.ksp to v2
  • Loading branch information
bmarty authored Jul 15, 2024
2 parents 1f99d5b + 254a47b commit d0c2a48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ buildscript {
plugins {
alias(libs.plugins.android.library) apply false
alias(libs.plugins.kotlin.android) apply false
alias(libs.plugins.compose.compiler) apply false
alias(libs.plugins.sonarqube)
alias(libs.plugins.dependencycheck)
}
Expand Down
5 changes: 1 addition & 4 deletions compound/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import com.vanniktech.maven.publish.SonatypeHost
plugins {
alias(libs.plugins.android.library)
alias(libs.plugins.kotlin.android)
alias(libs.plugins.compose.compiler)
alias(libs.plugins.maven.publish)
alias(libs.plugins.ksp)
alias(libs.plugins.kover)
Expand Down Expand Up @@ -58,10 +59,6 @@ android {
compose = true
}

composeOptions {
kotlinCompilerExtensionVersion = libs.versions.composecompiler.get()
}

packaging {
resources.excludes.apply {
add("META-INF/AL2.0")
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
[versions]
# Project
android_gradle_plugin = "8.5.1"
kotlin = "1.9.24"
ksp = "1.9.24-1.0.20"
kotlin = "2.0.0"
ksp = "2.0.0-1.0.23"

# AndroidX
activity = "1.9.0"

# Compose
compose_bom = "2024.06.00"
composecompiler = "1.5.14"

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

0 comments on commit d0c2a48

Please sign in to comment.