This repository was archived by the owner on Oct 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
build-logic/kotlin-plugins/src/main/kotlin/app/passwordstore/gradle Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,6 @@ class KotlinCommonPlugin : Plugin<Project> {
62
62
private val ADDITIONAL_COMPILER_ARGS =
63
63
listOf (
64
64
" -opt-in=kotlin.RequiresOptIn" ,
65
- " -P" ,
66
- " plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=1.7.20" ,
67
65
)
68
66
}
69
67
}
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.11.0"
50
50
build-vcu = " nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.6.1"
51
51
build-versions = " com.github.ben-manes:gradle-versions-plugin:0.42.0"
52
52
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 "
54
54
compose-foundation-core = { module = " androidx.compose.foundation:foundation" , version.ref = " composeFoundation" }
55
55
compose-foundation-layout = { module = " androidx.compose.foundation:foundation-layout" , version.ref = " composeFoundation" }
56
56
compose-hilt = " androidx.hilt:hilt-navigation-compose:1.0.0"
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ dependencyResolutionManagement {
77
77
includeGroup(" androidx.cardview" )
78
78
includeGroup(" androidx.collection" )
79
79
includeGroup(" androidx.compose.animation" )
80
+ includeGroup(" androidx.compose.compiler" )
80
81
includeGroup(" androidx.compose.foundation" )
81
82
includeGroup(" androidx.compose.material" )
82
83
includeGroup(" androidx.compose.material3" )
@@ -143,10 +144,6 @@ dependencyResolutionManagement {
143
144
includeModule(" com.google.android.material" , " material" )
144
145
}
145
146
}
146
- exclusiveContent {
147
- forRepository { maven(url = " https://androidx.dev/storage/compose-compiler/repository/" ) }
148
- filter { includeGroup(" androidx.compose.compiler" ) }
149
- }
150
147
exclusiveContent {
151
148
forRepository { maven(" https://jitpack.io" ) }
152
149
filter { includeModule(" com.github.haroldadmin" , " WhatTheStack" ) }
You can’t perform that action at this time.
0 commit comments