DEV Community

Oleg Aleksandrov
Oleg Aleksandrov

Posted on

2 1

Which useful libraries for writing code on Kotlin do you know?

Hi!
An infrastructure for developing on Kotlin is growing up a really fast, and I suppose that there are many useful libraries that not everyone who writes code on Kotlin knows about.

Please share your experience!

Top comments (2)

Collapse
 
olegthelilfix profile image
Oleg Aleksandrov • Edited

For me:

  1. kotlin-logging, logging in Kotlin style
  2. Detekt, static code analysis
  3. dokka, documentation generator
  4. arrow, functional companion to Kotlin's Standard Library
Collapse
 
olegthelilfix profile image
Oleg Aleksandrov

Also:

  1. KotlinPoet, API for generating .kt source files
  2. Result, the modelling for success/failure of operations

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay