Start Session on Android

This commit is contained in:
Florian Märkl 2019-09-15 11:53:04 +02:00
commit 093cd6e443
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
10 changed files with 190 additions and 23 deletions

View file

@ -39,6 +39,11 @@ android {
}
}
androidExtensions {
// for @Parcelize
experimental = true
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"