Skip to content

Commit d930b5b

Browse files
committed
Introduce kotlin on DB level
Signed-off-by: Aron Heinecke <aron.heinecke@t-online.de>
1 parent 837e7b6 commit d930b5b

File tree

4 files changed

+1016
-1126
lines changed

4 files changed

+1016
-1126
lines changed

app/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apply plugin: 'com.android.application'
2+
apply plugin: 'kotlin-android'
23

34
android {
45
compileSdkVersion 30
@@ -50,4 +51,10 @@ dependencies {
5051
testImplementation 'junit:junit:4.12'
5152

5253
implementation "info.guardianproject.netcipher:netcipher:2.1.0"
54+
implementation "androidx.core:core-ktx:+"
55+
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0"
56+
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
57+
}
58+
repositories {
59+
mavenCentral()
5360
}

0 commit comments

Comments
 (0)