Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://fabiomsr.github.io/from-java-to-kotlin/

From Java to Kotlin Cheat Sheet
https://fabiomsr.github.io/from-java-to-kotlin/

java kotlin

Last synced: 30 days ago
JSON representation

From Java to Kotlin Cheat Sheet

Lists

README

        

# From Java to Kotlin Cheat Sheet

Page: http://fabiomsr.github.io/from-java-to-kotlin/

Programmatically inspired from [swift-is-like-go](https://github.com/jiyinyiyong/swift-is-like-go) and visually inspired from [swiftislikescala](https://github.com/leverich/swiftislikescala)

### License

MIT

### Develop

```bash
npm i # install dependencies to build tools
./make.coffee dev # build html
```

HTML is generated from `cirru/index.cirru`, `cirru/functions.cirru` and `cirru/classes.cirru`.
Read those files and you would know what's happening.