Notes A simple Material Design note taking Android application written entirely in Kotlin! Project Goals Learn Kotlin and how to write it idiomatically Learn the MVVM pattern Features Create/Edit/Delete notes Quickly create a note from a Quick
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}