is not current version
Last Version 3.3.0

com.github.fondesa:kpermissions-coroutines 3.2.0

A Kotlin library that helps to request runtime permissions in Android.

GroupId

GroupId

com.github.fondesa
ArtifactId

ArtifactId

kpermissions-coroutines
Version

Version

3.2.0
Type

Type

aar

Download kpermissions-coroutines 3.2.0


<!-- https://jarcasting.com/artifacts/com.github.fondesa/kpermissions-coroutines/ -->
<dependency>
    <groupId>com.github.fondesa</groupId>
    <artifactId>kpermissions-coroutines</artifactId>
    <version>3.2.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fondesa/kpermissions-coroutines/
implementation 'com.github.fondesa:kpermissions-coroutines:3.2.0'
// https://jarcasting.com/artifacts/com.github.fondesa/kpermissions-coroutines/
implementation ("com.github.fondesa:kpermissions-coroutines:3.2.0")
'com.github.fondesa:kpermissions-coroutines:aar:3.2.0'
<dependency org="com.github.fondesa" name="kpermissions-coroutines" rev="3.2.0">
  <artifact name="kpermissions-coroutines" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.fondesa', module='kpermissions-coroutines', version='3.2.0')
)
libraryDependencies += "com.github.fondesa" % "kpermissions-coroutines" % "3.2.0"
[com.github.fondesa/kpermissions-coroutines "3.2.0"]