is not current version
Last Version 1.7.0

org.jetbrains.kotlin:kotlin-compiler-runner 0.9.1-native

Compiler runner + daemon client

Categories

Categories

Kotlin Languages
GroupId

GroupId

org.jetbrains.kotlin
ArtifactId

ArtifactId

kotlin-compiler-runner
Version

Version

0.9.1-native
Type

Type

jar

Download kotlin-compiler-runner 0.9.1-native


<!-- https://jarcasting.com/artifacts/org.jetbrains.kotlin/kotlin-compiler-runner/ -->
<dependency>
    <groupId>org.jetbrains.kotlin</groupId>
    <artifactId>kotlin-compiler-runner</artifactId>
    <version>0.9.1-native</version>
</dependency>
// https://jarcasting.com/artifacts/org.jetbrains.kotlin/kotlin-compiler-runner/
implementation 'org.jetbrains.kotlin:kotlin-compiler-runner:0.9.1-native'
// https://jarcasting.com/artifacts/org.jetbrains.kotlin/kotlin-compiler-runner/
implementation ("org.jetbrains.kotlin:kotlin-compiler-runner:0.9.1-native")
'org.jetbrains.kotlin:kotlin-compiler-runner:jar:0.9.1-native'
<dependency org="org.jetbrains.kotlin" name="kotlin-compiler-runner" rev="0.9.1-native">
  <artifact name="kotlin-compiler-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jetbrains.kotlin', module='kotlin-compiler-runner', version='0.9.1-native')
)
libraryDependencies += "org.jetbrains.kotlin" % "kotlin-compiler-runner" % "0.9.1-native"
[org.jetbrains.kotlin/kotlin-compiler-runner "0.9.1-native"]