且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在Android中将Java与Kotlin结合

更新时间:2021-12-04 02:35:53

如果您的问题是可以在Java文件中使用kotlin文件,反之亦然,那么答案是肯定的.

If your question is can you use kotlin files in java files and vice versa then the answer is yes.

如果您问是否可以在Java文件中使用kotlin语法,反之亦然,那么答案是否定的.

If you are asking if you can use kotlin syntax in java files and vice versa then the answer is no.

要在Java类中使用kotlin代码,您只需像其他Java类一样使用该类

To use kotlin code in a java class you are simply using the class like any other java class