This package contains examples of Kotlin features.
Each feature is implemented in its own file and is tested with a corresponding unit test - keeping the code clean, minimal, and easy to understand.
Whether you're learning, referencing, or contributing - this collection is for you.
| Feature Name | Description | File |
|---|---|---|
| Data classes | Kotlin data class features | DataClass.kt |
| ...more coming soon |
- Check out the issues labeled
type: kotlinfeature - Or submit your own idea as new Issue!