is not current version
Last Version 4.1.0

io.github.woody230.ktx:compose-android 4.0.1

Extensions for the Kotlin standard library and third-party libraries.

GroupId

GroupId

io.github.woody230.ktx
ArtifactId

ArtifactId

compose-android
Version

Version

4.0.1
Type

Type

aar

Download compose-android 4.0.1


<!-- https://jarcasting.com/artifacts/io.github.woody230.ktx/compose-android/ -->
<dependency>
    <groupId>io.github.woody230.ktx</groupId>
    <artifactId>compose-android</artifactId>
    <version>4.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.woody230.ktx/compose-android/
implementation 'io.github.woody230.ktx:compose-android:4.0.1'
// https://jarcasting.com/artifacts/io.github.woody230.ktx/compose-android/
implementation ("io.github.woody230.ktx:compose-android:4.0.1")
'io.github.woody230.ktx:compose-android:aar:4.0.1'
<dependency org="io.github.woody230.ktx" name="compose-android" rev="4.0.1">
  <artifact name="compose-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.woody230.ktx', module='compose-android', version='4.0.1')
)
libraryDependencies += "io.github.woody230.ktx" % "compose-android" % "4.0.1"
[io.github.woody230.ktx/compose-android "4.0.1"]