Here is continuation from Kotlin 1.2.0 + Spring: create Web Application (2 of 4).
Continue reading Kotlin 1.2.0 + Spring: create Web Application (3 of 4)Tag Archives: Kotlin
Build Web Application with Kotlin 1.2.0 and Spring (2 of 4)
Kotlin 1.2.0 + Spring create Web Application (1 of 4)
Let’s create an application with Kotlin and Spring. Spring is a highly sophisticated framework in Java, which can do almost everything.
Continue reading Kotlin 1.2.0 + Spring create Web Application (1 of 4)Write build.gradle and settings.gradle in Kotlin
I summarized the way to write build.gradle
and settings.gradle
in Kotlin.
Kotlin in Terminal
I introduce the way to use Kotlin in terminal. Thanks for that, we can use interpreter of Kotlin, which we can often see in LL.
Continue reading Kotlin in Terminal