Skip to content

Files

Latest commit

author
samgarasx
Apr 7, 2022
4d0a658 · Apr 7, 2022

History

History

kotlin-antd

README.md

Introduction

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

Installation

To start using kotlin-antd 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-antd:4.8.6-pre.16-kotlin-1.6.10")
}

Getting Started

You can view the samples that follows Ant Design demo of each component to know how to use this library.

(Discontinued)

It takes so much time to be up-to-date with the latest version of Ant Design since it is being maintained by hand instead of being auto-generated.