Kotlin REPL issue
Posted by serves0@reddit | learnprogramming | View on Reddit | 4 comments
Kotlin REPL is not visible on my pc, I have everything up to date .
Posted by serves0@reddit | learnprogramming | View on Reddit | 4 comments
Kotlin REPL is not visible on my pc, I have everything up to date .
grantrules@reddit
What happens if you open a terminal and run
kotlinc?serves0@reddit (OP)
I'm using windows and every tutorial I look at is using macOS . Could u please help me with the whole process I'm new
grantrules@reddit
What happens if you open a terminal and run kotlinc?
Legitimate-Eye-5733@reddit
maybe check if kotlin is actually in your PATH environment variable? had similar issue on windows where everything looked installed but terminal couldn't find it 💀