Skip to content

Core Ktx

Ghasem Shirdel edited this page Aug 13, 2022 · 3 revisions

Core-ktx is a Kotlin library that provides a set of Kotlin extensions. Like collections, operations, string, math, random, date time, color, block scope and try-catch functions. Also, TimeAgo is my favorite extension for times 😄.

Setup

dependencies {
    implementation 'com.github.ghasemdev.affogato:affogato-core-ktx:AFFOGATO_VERSION'
}

👈 back to Getting Started

👉 go to Unit Size