Skip to content

Latest commit

 

History

History
executable file
·
28 lines (19 loc) · 753 Bytes

README.md

File metadata and controls

executable file
·
28 lines (19 loc) · 753 Bytes

Introduction

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

Installation

To start using kotlin-moment 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-moment:2.29.1-pre.15-kotlin-1.6.10")
}

Getting Started

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

(Discontinued)

Moment.js is already legacy, and it should not be used.