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

Commit ebada9b

Browse files
committed
chore(deps): upgrade to Compose Compiler 1.3.2
1 parent f14b28a commit ebada9b

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

build-logic/kotlin-plugins/src/main/kotlin/app/passwordstore/gradle/KotlinCommonPlugin.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ class KotlinCommonPlugin : Plugin<Project> {
6262
private val ADDITIONAL_COMPILER_ARGS =
6363
listOf(
6464
"-opt-in=kotlin.RequiresOptIn",
65-
"-P",
66-
"plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=1.7.20",
6765
)
6866
}
6967
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.11.0"
5050
build-vcu = "nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.6.1"
5151
build-versions = "com.github.ben-manes:gradle-versions-plugin:0.42.0"
5252
compose-animation = "androidx.compose.animation:animation:1.3.0-beta03"
53-
compose-compiler = "androidx.compose.compiler:compiler:1.4.0-dev-k1.7.20-RC-a143c065804"
53+
compose-compiler = "androidx.compose.compiler:compiler:1.3.2"
5454
compose-foundation-core = { module = "androidx.compose.foundation:foundation", version.ref = "composeFoundation" }
5555
compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout", version.ref = "composeFoundation" }
5656
compose-hilt = "androidx.hilt:hilt-navigation-compose:1.0.0"

settings.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ dependencyResolutionManagement {
7777
includeGroup("androidx.cardview")
7878
includeGroup("androidx.collection")
7979
includeGroup("androidx.compose.animation")
80+
includeGroup("androidx.compose.compiler")
8081
includeGroup("androidx.compose.foundation")
8182
includeGroup("androidx.compose.material")
8283
includeGroup("androidx.compose.material3")
@@ -143,10 +144,6 @@ dependencyResolutionManagement {
143144
includeModule("com.google.android.material", "material")
144145
}
145146
}
146-
exclusiveContent {
147-
forRepository { maven(url = "https://androidx.dev/storage/compose-compiler/repository/") }
148-
filter { includeGroup("androidx.compose.compiler") }
149-
}
150147
exclusiveContent {
151148
forRepository { maven("https://jitpack.io") }
152149
filter { includeModule("com.github.haroldadmin", "WhatTheStack") }

0 commit comments

Comments
 (0)