Project requires specific template
- clone a template (https://github.com/merlinJeyakumar/android-architecture-mvvm-versions - peace)
- place in src/modules/..
- include with settings.gradle
include ':notify'
project(':notify').projectDir = new File(rootDir, 'modules/notify-android-min')
notify - https://github.com/Karn/notify
implementation("com.github.merlinJeyakumar:android-notification-module:release-v1")