<@U0CP8EBRV> commented on <@U0CP8EBRV>’s file <htt...
# gradle
u
@Czar commented on @Czar’s file https://kotlinlang.slack.com/files/U0CP8EBRV/F85NLEY74/build_gradle_kts.kt: Then you can use
kotlinVersion
or if it is out of scope either redeclare it
val kotlinVersion: String? by extra
or use directly from extra:
extra["kotlinVersion"] as String?