Revert "Update dependency org.jetbrains.compose.compiler:compiler to v1.4.2 (#142)" (#147)

This reverts commit cf61f9be3ca111fcef5f61edaf400cc4d8b6d51b.
This commit is contained in:
Jake Wharton
2023-03-11 22:20:09 -05:00
committed by GitHub
parent 058b7ede76
commit 3a0e3cccb3

View File

@ -1,5 +1,5 @@
[versions]
kotlin = "1.8.10"
kotlin = "1.8.0"
[libraries]
kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
@ -7,7 +7,7 @@ kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotl
kotlinx-coroutines-core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4"
compose-compiler = "org.jetbrains.compose.compiler:compiler:1.4.2"
compose-compiler = "org.jetbrains.compose.compiler:compiler:1.4.0"
compose-runtime = "org.jetbrains.compose.runtime:runtime:1.3.1"
maven-publish-gradlePlugin = "com.vanniktech:gradle-maven-publish-plugin:0.24.0"