'normal' Kotlin 和 android 的 Kotlin 有区别吗?

Do 'normal' Kotlin and Kotlin for android differ?

在 "normal" 模块(在 Intellij Idea 中)中,有一个 String 类型的构造函数接受 ByteArrayoffsetlength 作为参数,但是当我将我的代码移动到 "android" 模块时,我发现没有这样的构造函数。

  1. Android 的 Kotlin 与 "normal" 的不同吗?
  2. 如何从字节数组创建 String 对象?

看起来你有不同runtime.jar,请检查。