changeset 3:394bdafe0cdf default tip

Fix setup.
author David Barts <n5jrn@me.com>
date Tue, 14 Apr 2020 11:51:48 -0700
parents 2abd1acde716
children
files setup.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.sh	Tue Apr 14 11:48:32 2020 -0700
+++ b/setup.sh	Tue Apr 14 11:51:48 2020 -0700
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 export JRE_HOME="$(/usr/libexec/java_home)"
-export KOTLIN_HOME="/usr/local/Cellar/kotlin/1.3.61/libexec"
+export KOTLIN_HOME="/usr/local/Cellar/kotlin/1.3.71/libexec"
 
 export ANT_HOME="$HOME/java/apache-ant-1.10.1"
 if [[ "$PATH" != *$ANT_HOME/bin* ]]