Skip to content

Latest commit

 

History

History
63 lines (54 loc) · 2.73 KB

TODO.md

File metadata and controls

63 lines (54 loc) · 2.73 KB

TODO

Code

Integrations / Extensions / Samples

Misc

  • travis build
  • release
  • gradle files
  • old files removal
  • performance benchmark
  • site, logo
  • apiari style docs
  • convert gradle files to Kotlin
  • blog posts for: coroutines, ktor, spring webflux
  • more examples

Scala -> Kotlin concepts

  • Future -> CompletableFuture
  • Seq -> List
  • ArrayBuffer -> MutableList/Array
  • Scala Duration -> Java 8 Duration