Failed to run `kotlinc`. How do I fix it? (It may ...
# getting-started
a
Failed to run
kotlinc
. How do I fix it? (It may occur after updating OS X to 10.15.3.)
s
Hi! Unfortunately, failed to reproduce. Is it still actual for you?
a
Hi! Thank you for your checking. It still occurs... I tried below. * Reinstall Kotlin compiler with
brew uninstall kotlin && brew install kotlin
* Update Amazon Corretto 8 JDK (https://docs.aws.amazon.com/ja_jp/corretto/latest/corretto-8-ug/downloads-list.html) * Restart OS X Kotlin Interpreter in IntelliJ IDEA (scratch file) works correctly.
s
a
Thank you 🙏