How to Use Kotlin in an Existing Android App?

前端 未结 9 1050
清酒与你
清酒与你 2021-01-05 03:18

I have an Android App developed using Java. I now want to start using Kotlin for the same app. Is it possible to use Kotlin and Java side-by-side in an existing app?

9条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-05 04:08

    Just create a new Activity and set Source Language as Kotlin while creating activity Image

提交回复
热议问题