https://kotlinlang.org logo
Title
a

aerialist

02/15/2019, 11:56 AM
Hi All, Could you say which version of Gradle is minimal required to build my Kotlin v.1.3.21 project?
d

Dominaezzz

02/15/2019, 12:08 PM
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

aerialist

02/15/2019, 12:16 PM
@Dominaezzz, thank you for your answer! Could you say where it is declared? I still can not find the table of recommended versions
d

Dominaezzz

02/15/2019, 12:19 PM
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

aerialist

02/15/2019, 12:46 PM
@Dominaezzz, thank you a lot!