Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我找不到 Kotlin 编译器的编译器标志列表。我想知道是否可以将 Kotlin Native 编译为“不安全”代码而无需 Null 检查范围检查数组等,以便以更少的运行时开销创建代码? 它与实时系统尤其相关。这是 Kotlin 的有效用例吗?