Quickstart

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'
	}
  
Audio/Video Infrastructure designed for developers to empower them to ship simple yet powerful Audio/Video Apps.
support
company
Copyright © 2024 Graphene 01, Inc. All Rights Reserved.