Hi All, Could you say which version of Gradle is ...
# announcements
a
Hi All, Could you say which version of Gradle is minimal required to build my Kotlin v.1.3.21 project?
d
Gradle 4.10 is the ideal minimum.
If you go lower, you won't be able to use some libraries without jumping through hoops.
a
@Dominaezzz, thank you for your answer! Could you say where it is declared? I still can not find the table of recommended versions
d
There isn't really such a table because multi-platform is still experimental and things are quickly changing/improving.
A (my) rule of thumb is to follow the kotlinx.* libraries.
a
@Dominaezzz, thank you a lot!