Skip to content

kotlin-extra-library/kotlin-extlib

Folders and files

NameName
Last commit message
Last commit date
Feb 13, 2019
Mar 4, 2019
Feb 13, 2019
Mar 11, 2019
Jan 25, 2019
Feb 13, 2019
Mar 5, 2019
Mar 11, 2019
Jan 23, 2019
Jan 23, 2019
Feb 13, 2019
Mar 4, 2019

Repository files navigation

Kotlin extra library

This library is aimed to become a community powered extension of the Kotlin common standard library.

Installing

Import the latest version in the build.gradle of the modules you need:

dependencies {
    implementation 'org.kotlinextra:kotlin-extlib-{backend}:{latest_version}'
}

If using Gradle Kotlin DSL:

dependencies {
    implementation("org.kotlinextra", "kotlin-extlib-{backend}", "{latest_version}")
}

Available backends are:

  • Maven Central common
  • Maven Central js
  • Maven Central jvm
  • Maven Central linuxarm32hfp
  • Maven Central linuxmips32
  • Maven Central linuxmipsel32
  • Maven Central linuxx64
  • Maven Central androidnativearm64
  • Maven Central mingwx64
  • Maven Central iosarm64
  • Maven Central iosx64
  • Maven Central macosx64