Skip to content

google/kotlin_convert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Java-to-Kotlin Conversion

This repository contains code for a basic Java-to-Kotlin source translator that aims to preserve the original API as much as possible. It is intended to be used in conjunction with other steps/tools as follows:

  1. prepare code to be translated (e.g., by adding nullness annotations)
  2. apply the translator
  3. run an auto-formatter
  4. apply improvements to make the code more typical (e.g., use data classes)

We don't currently provide any support for this repository, but you are welcome to contribute.

This is not an officially supported Google product, and it is not affiliated with either Oracle or the Kotlin Foundation.

The Java programming language was developed by Oracle.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published