Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 463 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 463 Bytes

stremio-core-kotlin

Setup

Gradle

Add the JitPack repository to your root build.gradle

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

Add the stremio-core-kotlin dependency

dependencies {
    implementation 'com.github.Stremio:stremio-core-kotlin:1.2.6'
}