December 2017
Intermediate to advanced
260 pages
7h 34m
English
The project structure contains the main module that holds our application code and its business logic.
The main module contains the kotlin directory (similar to Java) where all the Kotlin files are placed.
Here is the package structure with the base package as com.akshay.dictionary that we follow. Feel free to follow a similar structure in your projects. The following list shows the various elements of this structure:
Read now
Unlock full access