How to add kotlinc to macOS PATH ENVIRONMENT from my Android Studio JetBrains Toolbox App plugin?
I want to use kotlinc to compile Kotlin file to JVM ByteClass and got a response:
zsh: command not found: kotlinc
I know I can install it using homebrew. But, I already have Android Studio installed using JetBrains Toolbox App and I want to avoid having two copies of Kotlin.
Anybody know how to add my Kotlin plugin into my PATH ENVIRONMENT? so I can use kotlinc in my terminal. I'm using macOS.
Thank you for your help