-
Notifications
You must be signed in to change notification settings - Fork 13
Home
Dmitry Berdnikov edited this page Jan 10, 2025
·
4 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 {
mavenCentral()
}
}
- Core - for pure kotlin ELM implementation
implementation 'money.vivid.elmslie:elmslie-core:{latest-version}'
- Android - for android apps only, simplifies lifecycle handling
implementation 'money.vivid.elmslie:elmslie-android:{latest-version}'