File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1111
1212-->
1313## Master
14+ - Update install script with Kotlin compiler 1.7.0 [ @gianluz ] - [ #241 ] ( https://github.com/danger/kotlin/pull/241 )
1415
1516# 1.2.0
1617- Update ` Kotlin ` to ` 1.7.0 ` and added support for Apple Silicon Chipset [ @gianluz ] - [ #231 ] ( https://github.com/danger/kotlin/pull/231 )
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ if [[ -n "$sudo" && "$OSTYPE" != "darwin"* ]]; then
3131fi
3232
3333if ! [[ -x " $( command -v kotlinc) " ]]; then
34- echo " Installing kotlin compiler 1.4.31 "
35- curl -o kotlin-compiler.zip -L https://github.com/JetBrains/kotlin/releases/download/v1.4.31 /kotlin-compiler-1.4.31 .zip
34+ echo " Installing kotlin compiler 1.7.0 "
35+ curl -o kotlin-compiler.zip -L https://github.com/JetBrains/kotlin/releases/download/v1.7.0 /kotlin-compiler-1.7.0 .zip
3636 unzip -d /usr/local/ kotlin-compiler.zip
3737 echo ' export PATH=/usr/local/kotlinc/bin:$PATH' >> ~ /.bash_profile
3838 rm -rf kotlin-compiler.zip
You can’t perform that action at this time.
0 commit comments