Is there a minimum supported gradle version for 1....
# ksp
r
Is there a minimum supported gradle version for 1.0.1-RC? I've been getting sync errors using 7.0.2 but bumping to 7.2 seems to help.
j
7.1 works for me.
r
I didn't test in-between. Just was wondering if it was expected that it didn't work in 7.0.x
j
it could be, KSP does not put a restriction on Gradle version, but this restriction can still come from kotlin plugin itself.
👍 1