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: about 1 month ago
JSON representation
From Java to Kotlin Cheat Sheet
- Host: GitHub
- URL: https://fabiomsr.github.io/from-java-to-kotlin/
- Owner: fabiomsr
- License: mit
- Created: 2016-08-03T08:43:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-15T12:22:12.000Z (almost 3 years ago)
- Last Synced: 2025-06-11T22:46:07.931Z (7 months ago)
- Topics: java, kotlin
- Language: Cirru
- Homepage: http://fabiomsr.github.io/from-java-to-kotlin/
- Size: 45.9 KB
- Stars: 566
- Watchers: 23
- Forks: 79
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-android-complete-reference - Learn Kotlin - from Java to Kotlin - From Java to Kotlin Cheat Sheet (Uncategorized / Uncategorized)
- awesome-articles - From Java to Kotlin
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.