Hi im trying k2-performance-metrics for Android project but it turns out Compose Android Project may not be supported yet. Is it correct ? Have anybody make the modification to adopt with the new Android Compose Compiler ?
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 ?
t
tapchicoma
06/20/2024, 1:33 PM
In this PR support for git checkout in scenarios was added - I suppose you could use it here to checkout revisions with different compose compiler apply approaches