Hi guys, did anybody manage to solve the issue of ...
# vertx
b
Hi guys, did anybody manage to solve the issue of generating Service Proxies for Vert.x with Gradle, using Kotlin only (i.e. no Java interfaces)?
j
bjuretic: service proxies ?
b
Yes.
j
I’ve mostly been using the Java interfaces in Kotlin, wrote a wrapper around them in Kotlin. Curious what these service proxies are …
b
Actually, I'm trying to do it in Gradle script Kotlin, which complicates it a bit more.
💪 1