Karin-Aleksandra Monoid
02/21/2022, 6:04 PM* What went wrong:
org/gradle/util/internal/VersionNumber
> org.gradle.util.internal.VersionNumber
Changing the Gradle version to 7.0.2/7.2/7.4 didn't solve the problem for me (this was suggested in a thread with the same problem).Karin-Aleksandra Monoid
02/21/2022, 6:09 PMKarin-Aleksandra Monoid
02/21/2022, 6:40 PMval list = emptyList<Int>()
and println(list[0]
) but for something more complicated like config4k (with upgraded Gradle and Kotlin) adding arrow analysis (Gradle ver. 7.0.2/7.2/7.4) causes that versionNumber problem and (Gradle 7.1) starts building and breaks my build claiming that an interface in my project isn't implemented (based on logs, it's something solver-related)
Not sure, if this is useful, but will leave that for history.Alejandro Serrano Mena
02/24/2022, 10:01 AM