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

ACI image

ACI.dev: Fully Open-source AI Agent Tool-Use Infra (Composio Alternative)

100% open-source tool-use platform (backend, dev portal, integration library, SDK/MCP) that connects your AI agents to 600+ tools with multi-tenant auth, granular permissions, and access through direct function calling or a unified MCP server.

Check out our GitHub!

👋 Kindness is contagious

Explore this insightful write-up embraced by the inclusive DEV Community. Tech enthusiasts of all skill levels can contribute insights and expand our shared knowledge.

Spreading a simple "thank you" uplifts creators—let them know your thoughts in the discussion below!

At DEV, collaborative learning fuels growth and forges stronger connections. If this piece resonated with you, a brief note of thanks goes a long way.

Okay