Adding Dependencies and Starting the Server
Learn how to start the server in a Vert.x application in Kotlin.
We'll cover the following...
Adding the dependencies
Now, we need to add the following dependencies to our build.gradle.kts
file:
val vertxVersion =
...