estevanfick
01/31/2025, 5:22 PMvalues()
for entries
(https://kotlinlang.org/docs/whatsnew19.html#stable-replacement-of-the-enum-class-values-function). When I decided to do the same in my project's build-logic
module, it complained that it was still experimental. I assumed that is because of this matrix (https://docs.gradle.org/current/userguide/compatibility.html#kotlin). Am I right? Is having a different Kotlin version on the same project an issue (it's not on the same project, only on the build logic, but still...)?tapchicoma
01/31/2025, 5:37 PM