Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

makeevrserg/MobileX

Repository files navigation

version kotlin_version platforms

MobileX [DEPRECATED]

This repository now deprecated. Please yous KLibs libraries instead. It will be soon archived

MobileX

Core library which I'm using in my projects - it helps to reduce boiler-plate code

Docs

See docs page here

Setup

Add a repository

repositories {
    mavenCentral()
}

Add required modules to your module`s build.gradle file:

dependencies {
    // This modules are ready to use
    implementation("ru.astrainteractive.mobilex:ktx-core:<version>")  // Android/Desktop/IOS
    // This module is WIP, but ready to use
    implementation("ru.astrainteractive.mobilex:paging:<version>")  // Android/Desktop/IOS
    // I will not ever work with android views, but this module still here
    implementation("ru.astrainteractive.mobilex:rvadapter:<version>")  // Android
}

For service-locator use KDI

Auto Documentation with dokka

./gradlew dokkaHtmlMultiModule