Closed
Description
Kotlin for Android App development is gaining some traction and some developers have started using it in production. Gradle also recently announced Gradle Script Kotlin.
It will be helpful to have Kotlin version of the code samples.
Some suggestions on how to go about it:
-
Write the Java and Kotlin codes side by side. e.g.
Java
Intent intent = new Intent(context, activity);
Kotlin
val intent = Intent(context, activity)
-
Create different page for the Kotlin stuff.
-
A different repo??
-
Or any other better suggestion
I am willing to contribute if this is possible.
Metadata
Metadata
Assignees
Labels
No labels