Myshkouski / kotlin-collections-like

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kotlin Collections (like)

A set of collections for Kotlin Multiplatform.


Usage

// TODO

Installation

This project uses JitPack for publishing.

Configure repositories:
repositories {
    // ...
    maven("https://jitpack.io")
}
Add dependency:
dependencies {
    implementation("com.github.Myshkouski.kotlin-collections-like:kotlin-collections-like:0.1.1")
}

About

License:MIT License


Languages

Language:Kotlin 100.0%