is not current version
Last Version 0.2

co.touchlab:kotlinxcodesync 0.1.2

Gradle plugin to sync Kotlin source files with an Xcode project

Categories

Categories

Kotlin Languages
GroupId

GroupId

co.touchlab
ArtifactId

ArtifactId

kotlinxcodesync
Version

Version

0.1.2
Type

Type

jar

Download kotlinxcodesync 0.1.2


<!-- https://jarcasting.com/artifacts/co.touchlab/kotlinxcodesync/ -->
<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>kotlinxcodesync</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/co.touchlab/kotlinxcodesync/
implementation 'co.touchlab:kotlinxcodesync:0.1.2'
// https://jarcasting.com/artifacts/co.touchlab/kotlinxcodesync/
implementation ("co.touchlab:kotlinxcodesync:0.1.2")
'co.touchlab:kotlinxcodesync:jar:0.1.2'
<dependency org="co.touchlab" name="kotlinxcodesync" rev="0.1.2">
  <artifact name="kotlinxcodesync" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.touchlab', module='kotlinxcodesync', version='0.1.2')
)
libraryDependencies += "co.touchlab" % "kotlinxcodesync" % "0.1.2"
[co.touchlab/kotlinxcodesync "0.1.2"]