Skip to content

Commit

Permalink
Updated shared module
Browse files Browse the repository at this point in the history
  • Loading branch information
aanorbel committed Oct 18, 2023
1 parent 4d0a80d commit 631230a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions shared-test/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
plugins {
id 'com.android.library'
id 'kotlin-android'
id 'kotlin-kapt'
}

android {
Expand All @@ -9,10 +11,8 @@ android {
defaultConfig {
minSdk 21
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8
}
flavorDimensions = ['testing', 'license']
productFlavors {
Expand Down Expand Up @@ -41,12 +41,12 @@ dependencies {

// Dependency Injection (https://dagger.dev/)
implementation libs.google.dagger
annotationProcessor libs.google.dagger.compiler
kapt libs.google.dagger.compiler

// Database Library (https://github.com/agrosner/DBFlow)
implementation libs.dbflow.core
implementation libs.dbflow.lib
annotationProcessor libs.dbflow.processor
kapt libs.dbflow.processor

// Gson Serialization Library (https://github.com/google/gson)
implementation libs.google.gson
Expand Down

0 comments on commit 631230a

Please sign in to comment.