├── .nojekyll ├── README.md ├── contribute.html ├── index.html ├── interop.html └── style.html /.nojekyll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android/kotlin-guides/e3c0bc27c3b6fb65a38e7c1b49a66cdd0cd0770f/.nojekyll -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Kotlin Guides 2 | ============= 3 | 4 | Moved to https://developer.android.com/kotlin/! 5 | -------------------------------------------------------------------------------- /contribute.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /interop.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /style.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | --------------------------------------------------------------------------------