Skip to content

Latest commit

 

History

History

kotlin-uikit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Maven Central

Introduction

This project is a library wrapping UIkit to be used in an application built with Kotlin/JS.

Installation

To start using kotlin-uikit make sure you have the Maven Central repository, and the following dependencies added to the Gradle build file.

repositories {
    mavenCentral()
}

dependencies {
    implementation("io.sunland:kotlin-uikit:$version")
}

Getting Started

You can view the samples to know how to use this library.