Author: Miguel Cordova, miguelcordovadev@gmail.com
- Install plugin and restart IDE.
- Create a lejOS project.
- Go to File > Settings > Tools > LejOS Plugin
- Set EV3_HOME and brick's ip (Default is 10.0.1.1).
- Write code to your EV3
- Create a run configuration
- Enjoy your robot!
- Copy the following jars to
/home/root/lejos/lib/
using SCP:
kotlin-reflect.jar
kotlin-stdlib.jar
kotlin-stdlib-jdk7.jar
kotlin-stdlib-jdk8.jar
kotlin-test.jar
Rename files if needed! Example: (kotlin-reflect-1.6.10.jar
-> kotlin-reflect.jar
)
- Enable Kotlin Support in Run Configuration