https://kotlinlang.org logo
#vertx
Title
# vertx
j

Jonathan Chen

08/17/2019, 5:59 AM
Hey, I’m a Python programmer coming into Kotlin. How does one organize your app for vertx + Kotlin? Oh by the way, Gradle is a pain to configure especially if you use Kotlin scripting in it.
a

asad.awadia

08/19/2019, 12:51 AM
What are u building
j

Jonathan Chen

08/19/2019, 5:26 PM
Web API and WebSocket application.
a

asad.awadia

08/19/2019, 5:27 PM
Have a verticle for the api and another for websocket
Launch required amount of instances from main