Hello all!
With the current quarantine, and end of my Kotlin projects approaching, I am looking to test this code, similarly to how I would test it on a robot. I use IntelliJ, although I do have VSCode and recognize what commands they have to offer, even though I use Kotlin.
My code is building properly, so I am looking for a way to do a more in-depth “test”. I understand that WPILib offers the desktop simulation, but does this work for Kotlin?
Every time I try this command in VSCode, I receive the following.
ConfigError: Main class 'frc.robot.Main' doesn't exist in the workspace.
This confuses me greatly as it is indeed present, and I have viewed several other Kotlin examples. Again, is it merely because I run Kotlin instead of Java in this instance?
My github can be found here.
Thank you in advance!