i18n-kt
v1.0.4
Published
[![License](https://img.shields.io/github/license/nathanfallet/i18n)](LICENSE) [![Issues](https://img.shields.io/github/issues/nathanfallet/i18n)]() [![Pull Requests](https://img.shields.io/github/issues-pr/nathanfallet/i18n)]() [![Code Size](https://img.
Downloads
2
Readme
i18n
i18n implementations for kotlin multiplatform
Installation
Add dependency to your build.gradle
or pom.xml
:
compile 'me.nathanfallet.i18n:i18n:1.0.4'
<dependency>
<groupId>me.nathanfallet.i18n</groupId>
<artifactId>i18n-jvm</artifactId>
<version>1.0.4</version>
</dependency>
Or in a JS project with:
npm install i18n-kt
yarn add i18n-kt