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