-
-
Notifications
You must be signed in to change notification settings - Fork 32
Integration
Giorgio Antonioli edited this page Mar 3, 2021
·
8 revisions
You can download a jar from GitHub's releases page or grab it from mavenCentral()
.
dependencies {
// The core artifact.
implementation 'com.github.fondesa:kpermissions:x.x.x'
// If you want the extensions for RxJava 2.
implementation 'com.github.fondesa:kpermissions-rx2:x.x.x'
// If you want the extensions for RxJava 3.
implementation 'com.github.fondesa:kpermissions-rx3:x.x.x'
// If you want the extensions for the Kotlin coroutines.
implementation 'com.github.fondesa:kpermissions-coroutines:x.x.x'
}