Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

⚡ Kotlin Code Snippets

This package contains a collection of practical, reusable, and idiomatic Kotlin snippets.

Each snippet solves a focused task - from string manipulation to working with numbers, collections, dates, or the system.

Snippets are organized by category, and each is implemented in a self-contained .kt file with corresponding tests.


🗂️ Categories

Category Description
strings/ String operations and transformations
numbers/ Math, number theory, formatting
collections/ List, set, and map utilities
datetime/ Working with dates and times
fileio/ Read/write operations with files
system/ Environment, OS, and runtime info
conversion/ Type and format conversions
regex/ Useful regular expression utilities
random/ Random generation, sampling

🤝 Want to Contribute?

See CONTRIBUTING.md for more!