Alexander Suraphel
04/14/2022, 1:29 PMThis version (1.0.5) of the Compose Compiler requires Kotlin version 1.5.31 but you appear to be using Kotlin version 1.6.0
But my root build.gradle
specifies ext.kotlin_version = '1.5.31'
. Am I missing something?f.babic
04/14/2022, 1:31 PMAlexander Suraphel
04/14/2022, 1:36 PMext.kotlin_version = '1.5.31'
on my root build.gradle
file .f.babic
04/14/2022, 1:38 PMAlexander Suraphel
04/14/2022, 1:39 PMAlexander Suraphel
04/14/2022, 1:41 PMf.babic
04/14/2022, 1:44 PMephemient
04/14/2022, 1:49 PM./gradlew buildEnvironment
and if that doesn't show the Kotlin Gradle plugin version then check ../gradlew dependencies
inside buildSrc
Alexander Suraphel
04/14/2022, 1:52 PMorg.jetbrains.kotlin:kotlin-stdlib:1.5.0 -> 1.6.0
what do those mean?ephemient
04/14/2022, 1:55 PMAlexander Suraphel
04/14/2022, 1:57 PM