ethauvin
07/01/2019, 11:05 PMWARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/home/erik/test/kash/build/libs/kash-fat.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Exception in thread "main" kotlin.KotlinNullPointerException
at com.beust.kash.Shell2.prompt(Shell2.kt:188)
at com.beust.kash.Shell2.run(Shell2.kt:80)
at com.beust.kash.Main.run(Main.kt:30)
at com.beust.kash.MainKt.main(Main.kt:15)