John O'Reilly
07/14/2021, 9:41 AMJohn O'Reilly
07/14/2021, 9:42 AMhfhbd
07/14/2021, 10:30 AMsettings.gradle.kts
and use some properties (eg the properties from XcodePackTasks) when building to use different Kotlin versions. But keep in mind, Kotlin native is not always binary compatible, don't know if it will work even locally...John O'Reilly
07/14/2021, 10:31 AMJavier
07/14/2021, 11:03 AMgradle.properties
, you can set it to 1.5.10 by default, and override it via cli, i.e.:
./gradlew build -P”kotlinVersion”=“1.5.20”
John O'Reilly
07/14/2021, 1:35 PMJohn O'Reilly
07/14/2021, 1:35 PMGuilherme Delgado
07/16/2021, 8:18 AM