kotlin-hands-on/hands-on

Shared project text could be more descriptive

feresr opened this issue · 0 comments

Let's start by manually creating a SharedCode sub-project in our Gradle project. The source code from the SharedCode project will be shared between platforms. We will create several new files in our project to implement this.

This is the first step in the tutorial, and it's a very intimidating one IMO. There's no 'create subproject' option anywhere on the IDE. Do you mean module?
I believe, The tutorial would benefit greatly from some clarifications around this