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