Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 19888

How to add project reactor dependency in gradle.kts

$
0
0

This is Groovy.

This is Kotlin.

This is looks similar to a plugin definition in Kotlin, but not valid code or what you want.

Just add the version to end of the dependency string in the Kotlin version, just like it is in the Groovy version. Change nothing else other than adding the :1.0.1.RELEASE to the end. Parenthesis and double quotes instead of single quotes are needed for Kotlin.


Viewing all articles
Browse latest Browse all 19888

Trending Articles