zt
12/17/2022, 3:11 AMkotlinCompilerExtensionVersion
? Is there a way I can set it throughout my entire project?mattinger
12/17/2022, 4:02 AM[versions]
composeCompilerVersion = "1.3.2"
And then you can reference that when you set the compiler version:
kotlinCompilerExtensionVersion = libs.versions.composeCompilerVersion.get()