-
Notifications
You must be signed in to change notification settings - Fork 13
Home
diklimchuk edited this page Feb 19, 2021
·
3 revisions
Elmslie is a minimalistic reactive implementation of TEA/ELM written in kotlin.
Named after George Grant Elmslie, a Scottish-born architect.
Library is distributed through JitPack
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
- Core - for pure kotlin ELM implementation
implementation 'com.github.vivid-money.elmslie:elmslie-core:{latest-version}'
- Android - for android apps only, simplifies lifecycle handling
implementation 'com.github.vivid-money.elmslie:elmslie-android:{latest-version}'