最佳答案
在 Java 中,要声明一个常量,需要执行以下操作:
class Hello {
public static final int MAX_LEN = 20;
}
在 Kotlin,什么是对等的?