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:
Harsh Shandilya 2022-12-08 18:58:16 +05:30
parent 47893833fb
commit e949ab94a5
No known key found for this signature in database
2 changed files with 1 additions and 3 deletions

View file

@ -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",
)
}
}

View file

@ -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"