Hi! I’ve just started using refreshVersions, awesome tool btw 🙂 and now experimenting with Compose, and I was wondering if it’s possible to automagically set the versions for this part in build.gradle.kts?
composeOptions {
kotlinCompilerVersion = "1.4.20"
kotlinCompilerExtensionVersion = "1.0.0-alpha08"
}