k

ktx-compose-android

Extensions for the Kotlin standard library and third-party libraries.
https://github.com/Woody230/KotlinExtensions
The Apache Software License, Version 2.0
Brandon Selzer
Files download
File Operation
ktx-compose-android-4.0.1.pom download
ktx-compose-android-4.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.woody230</groupId>
  <artifactId>ktx-compose-android</artifactId>
  <version>4.0.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.woody230:ktx-compose-android:4.0.1'
Gradle Kotlin
implementation("io.github.woody230:ktx-compose-android:4.0.1")
Scala SBT
libraryDependencies += "io.github.woody230" % "ktx-compose-android" % "4.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.woody230', module='ktx-compose-android', version='4.0.1')
)
Apache Ivy
<dependency org="io.github.woody230" name="ktx-compose-android" rev="4.0.1" />
Leiningen
[io.github.woody230/ktx-compose-android "4.0.1"]
Apache Buildr
'io.github.woody230:ktx-compose-android:jar:4.0.1'