<dependency> <groupId>de.voize</groupId> <artifactId>reakt-native-toolkit-ksp</artifactId> <version>0.1.4</version> </dependency>
implementation 'de.voize:reakt-native-toolkit-ksp:0.1.4'
implementation("de.voize:reakt-native-toolkit-ksp:0.1.4")
libraryDependencies += "de.voize" % "reakt-native-toolkit-ksp" % "0.1.4"
@Grapes( @Grab(group='de.voize', module='reakt-native-toolkit-ksp', version='0.1.4') )
<dependency org="de.voize" name="reakt-native-toolkit-ksp" rev="0.1.4" />
[de.voize/reakt-native-toolkit-ksp "0.1.4"]
'de.voize:reakt-native-toolkit-ksp:jar:0.1.4'
compile
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.20
runtime
|-- com.google.auto.service:auto-service:1.0.1
|-- com.google.devtools.ksp:symbol-processing-api:1.7.20-1.0.6
|-- com.squareup:kotlinpoet:1.12.0
|-- com.squareup:kotlinpoet-metadata:1.12.0
|-- com.squareup:kotlinpoet-ksp:1.12.0