Add reminders

This commit is contained in:
2019-09-20 20:03:29 +02:00
committed by Matte23
parent 4a9533a756
commit 9c41010ed5
13 changed files with 377 additions and 16 deletions

View File

@@ -30,6 +30,9 @@ android {
kotlinOptions {
jvmTarget = "1.8"
}
androidExtensions {
experimental = true
}
}
dependencies {