kotlinx-extensions

A bunch of helper classes, functions and extensions generally used in kotlin projects

License

License

Categories

Categories

JavaScript Languages Kotlin
GroupId

GroupId

tz.co.asoft
ArtifactId

ArtifactId

kotlinx-extensions-js
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

klib
Description

Description

kotlinx-extensions
A bunch of helper classes, functions and extensions generally used in kotlin projects
Project URL

Project URL

https://github.com/aSoft-Ltd/kotlinx-extensions
Source Code Management

Source Code Management

https://github.com/aSoft-Ltd/kotlinx-extensions

Download kotlinx-extensions-js

Dependencies

compile (7)

Group / Artifact Type Version
org.jetbrains » kotlin-extensions jar 1.0.1-pre.129-kotlin-1.4.10
org.jetbrains.kotlinx : kotlinx-html-js jar 0.7.2
org.jetbrains » kotlin-css-js jar 1.0.0-pre.129-kotlin-1.4.10
org.jetbrains.kotlin : kotlin-stdlib-js jar 1.4.10
org.jetbrains.kotlinx : kotlinx-serialization-json-js jar 1.0.1
org.jetbrains.kotlinx : kotlinx-coroutines-core-js jar 1.4.1
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.4.10

Project Modules

There are no modules declared in this project.

Kotlinx Extensions

badge badge badge badge badge

A Bunch of classes, functions and extensions used in aSoft

Common Extensions

  • Action<T>(name,handler:(T)->Unit)
  • Json -> Preconfigured Json for serialization

Android Extensions

  • ViewHolder -> Helps a lot with findViewById

Usage

class VH: ViewHolder(view) {
    val name by Id<TextView>(R.id.name)
    val email by Id<EditText>(R.id.email)
}

Js Extensions

Too many of them to write em down See here

tz.co.asoft

asoft

Versions

Version
0.0.1