is it better to wait for kotlin 1.5 before upgrading to gradle 7?
p
Paulius Ruminas
04/13/2021, 9:41 AM
I am using kotlin 1.4.32 with gradle 7. It looks like everything is working fine.
➕ 3
🙏 2
t
tapchicoma
04/13/2021, 10:01 AM
there are some fixes for Gradle 7 support in Kotlin 1.5, so you may need to wait
👍 2
🙏 2
n
napperley
04/13/2021, 9:48 PM
It never hurts to always stay on a previous major stable version of Gradle since many changes are made that break backwards compatibility, even between minor versions.
f
Fleshgrinder
04/18/2021, 8:10 AM
We upgraded all our projects right away to Gradle 7 and they're on 1.4.30 without a single issue.