Initial authentication storage code

This commit is contained in:
Niels van Velzen
2020-11-20 18:17:49 +01:00
parent 63e599f068
commit 89b0dd577f
11 changed files with 261 additions and 53 deletions

View File

@@ -8,6 +8,7 @@ buildscript {
val kotlinVersion: String by project
classpath("com.android.tools.build:gradle:4.1.1")
classpath(kotlin("gradle-plugin", kotlinVersion))
classpath(kotlin("serialization", kotlinVersion))
}
}