Revert "fix(deps): update kotlin to v1.7.22 (#2278)"
Let's just wait for a real update
This reverts commit 54bb4676a7
.
This commit is contained in:
parent
47893833fb
commit
e949ab94a5
2 changed files with 1 additions and 3 deletions
|
@ -61,8 +61,6 @@ class KotlinCommonPlugin : Plugin<Project> {
|
|||
private val ADDITIONAL_COMPILER_ARGS =
|
||||
listOf(
|
||||
"-opt-in=kotlin.RequiresOptIn",
|
||||
"-P",
|
||||
"plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=1.7.22",
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@ composeCompiler = "1.4.0-alpha02"
|
|||
coroutines = "1.6.4"
|
||||
flowbinding = "1.2.0"
|
||||
hilt = "2.44.2"
|
||||
kotlin = "1.7.22"
|
||||
kotlin = "1.7.21"
|
||||
leakcanary = "2.10"
|
||||
lifecycle = "2.6.0-alpha03"
|
||||
|
||||
|
|
Loading…
Reference in a new issue