It is a nice language to learn but I am not dedicating enough time right now to make the progress I would like.
Little thing I learned last night was the repo for use the Anko “library” in my code.
maven { url "http://dl.bintray.com/kotlin/kotlin-dev" }
Sometimes the simplest thing takes you an hour to figure out. All the examples for Anko that I looked at were partial so they showed the dependency line to add:
compile("org.jetbrains.anko:anko-commons:${anko_version}")
I guess that I have to be happy that I figured something out.
Back to coding a micro-service with Spring Boot and Kotlin…