Kotlin Const to Java

const val Car_1 = "BUGATTI" -> final static String Car_1 = "BUGATTI";
Tender Turtle