kotlin

Step-by-step: Kotlin and Docker

This is part of a series of blog posts that I’ve always wanted todo. Read about them here. For this step-by-step guide let’s do something basic and get kotlin compiling and running inside a docker container. The companion repository is here. Step 0: Prerequisites I am going to assume you have the following installed and already running. We will be using the local gradle wrapper instance after the initial setup, but you do need it for the initial creation.
Read more