Kotlin Extra Library

Kotlin community common multiplatform library

License

License

Categories

Categories

Kotlin Languages Native Development Tools
GroupId

GroupId

org.kotlinextra
ArtifactId

ArtifactId

kotlin-extlib-androidnativearm64
Last Version

Last Version

0.1.10
Release Date

Release Date

Type

Type

klib
Description

Description

Kotlin Extra Library
Kotlin community common multiplatform library
Project URL

Project URL

https://github.com/lamba92/kotlin-extlib
Project Organization

Project Organization

org.kotlinextra
Source Code Management

Source Code Management

https://github.com/kotlin-extra-library/kotlin-extlib

Download kotlin-extlib-androidnativearm64

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.3.21

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.1.10