Skip to content

Files

Latest commit

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

History

History

kotlin-moment

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.