coroutines
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.afollestad.rxkprefs</groupId> <artifactId>coroutines</artifactId> <version>2.0.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.afollestad.rxkprefs</groupId> <artifactId>coroutines</artifactId> <version>2.0.3</version> <packaging>aar</packaging> <dependencies> <dependency> <groupId>com.afollestad.rxkprefs</groupId> <artifactId>core</artifactId> <version>2.0.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core</artifactId> <version>1.3.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.3.61</version> <scope>runtime</scope> </dependency> </dependencies> <url>https://github.com/afollestad/rxkprefs</url><licenses><license><name>Apache 2.0 License</name><url>https://www.apache.org/licenses/LICENSE-2.0.txt</url></license></licenses><scm><url>scm:git:github.com/afollestad/rxkprefs.git</url></scm><developers><developer><name>Aidan Follestad</name></developer></developers><name>rxkprefs Coroutines</name><description>rxkprefs Coroutines</description></project>