is not current version
Last Version 0.9.4

com.github.fluidsonic:fluid-compiler 0.9.1

Compile Kotlin code and run Kapt annotation processing directly from Kotlin

GroupId

GroupId

com.github.fluidsonic
ArtifactId

ArtifactId

fluid-compiler
Version

Version

0.9.1
Type

Type

jar

Download fluid-compiler 0.9.1


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