John O'Reilly
12/17/2021, 7:35 PM1.1.0-rc02
(well, Compose Compiler part anyway) works with Kotlin 1.6.10....should there be wear compose version right now that also works with that?
https://kotlinlang.slack.com/archives/CJLTWPH7S/p1639683988274300John O'Reilly
12/17/2021, 7:45 PMbuild.gradle.kts
composeOptions {
kotlinCompilerExtensionVersion = "1.1.0-rc02"
}