Markus Fung
06/20/2024, 9:20 AMtapchicoma
06/20/2024, 10:22 AMMarkus Fung
06/20/2024, 10:43 AMcomposeOptions {
kotlinCompilerExtensionVersion = "1.5.14"
}
But for K2, it would be like
plugins {
id("org.jetbrains.kotlin.plugin.compose") version "2.0.0" // this version matches your Kotlin version
}
So, suppose there should be equivalent logic for handling compose compiler dependency in the k2-performance-metrics, right ?tapchicoma
06/20/2024, 1:33 PMMarkus Fung
06/20/2024, 2:28 PM