Getting started with coding your robot in kotlin

Hi y’all,

Kotlin for FRC is officially releasing a frc kotlin template for teams to use, updated for 2025!

The FRC kotlin template is designed to be the equivalent of the VScode command robot template, but in kotlin instead of java. It includes a variety of things, such as:

  1. Epilogue support within kotlin
  2. Examples of kotlin-specific features, such as lazy initializers, as well as demonstrate slight architectural differences
  3. And more!

To use the template, simply click the “Use Template” button within the project link below:

Good luck during your season!

P.S: Kotlin documentation(as well as a chrome pluging to the WPILib docs) are coming soon!

1 Like