eygraber
07/21/2023, 4:21 AMkotlinCompilerExtensionVersion
and kotlinCompilerVersion
?Rafs
07/21/2023, 8:09 AMkotlinCompilerVersion
is the version of Kotlin you are building with, which will be 1.9.0
as at today. This is deprecated and can be omitted from your build file because latest versions of compose just defaults to the version of Kotlin defined in your buildscript.
kotlinCompilerExtensionVersion
will be the version of the compose Kotlin compiler which is 1.5.0
as at today. The version history can be found here