Quickstart
Installing the packages
To get started with the Huddle01 Kotlin SDK:
• Add the following in your settings.gradle.kts
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
• Add the following dependency in your app's app/build.gradle
dependencies {
implementation 'com.github.Huddle01:Kotlin-Client:1.0.1'
}