Kotlin on Android - is there a minimum API level requirement?

前端 未结 1 2059
忘掉有多难
忘掉有多难 2021-01-07 19:36

I am seriously considering using Kotlin on a greenfield Android project, but am concerned about knock-on implications, the most significant of which is a minimum required AP

相关标签:
1条回答
  • 2021-01-07 19:57

    No. There's no such requirement for the API level as these two are not directly related. Anyway, see official FAQ

    Which versions of Android does Kotlin support?

    All of them! Kotlin is compatible with JDK 6, so apps with Kotlin safely run on older Android versions.

    0 讨论(0)
提交回复
热议问题