/android-core-kotlin

A light-weight core template project for Android using Kotlin with MVP.

Primary LanguageKotlin

android-core-kotlin

Base Android Project: MVP with Kotlin

To use this for a new project, close all open Android Studio projects. Using the terminal, rename the directory to the desired name. mv android-core-kotlin <your new project name>

Import the project into Android Studio and navigate the the manifest file. Right click on package name and select refactor > rename and name it the same as the renamed the directory.

Also ensure the package name is set correctly in build.gradle app file.