thor

API designed for the Thor application, facilitating integration through specified dependencies for enhanced functionality and streamlined development processes.

Android JVMJVM
GitHub stars0
Authorsremmerw
Dependents0
LicenseApache License 2.0
Creation dateabout 1 year ago

Last activity11 months ago
Latest release0.1.7 (about 1 year ago)

Kotlin Maven Version Badge Android Badge JVM

Odin

API for the Thor application.

Integration

    
kotlin {
    sourceSets {
        commonMain.dependencies {
            ...
            implementation("io.github.remmerw:thor:0.1.7") 
        }
        ...
    }
}
Android JVMJVM
GitHub stars0
Authorsremmerw
Dependents0
LicenseApache License 2.0
Creation dateabout 1 year ago

Last activity11 months ago
Latest release0.1.7 (about 1 year ago)

Kotlin Maven Version Badge Android Badge JVM

Odin

API for the Thor application.

Integration

    
kotlin {
    sourceSets {
        commonMain.dependencies {
            ...
            implementation("io.github.remmerw:thor:0.1.7") 
        }
        ...
    }
}