Skip to content

Commit

Permalink
Convert the daggerscopes module to a JVM module, because that's all i…
Browse files Browse the repository at this point in the history
…t needs to be.
  • Loading branch information
vRallev committed May 24, 2022
1 parent c8c35f6 commit 99dc378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 2 additions & 4 deletions lib.daggerscopes/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
apply plugin: 'kotlin'
apply plugin: 'com.android.lint'
apply plugin: 'org.jetbrains.kotlin.jvm'

dependencies {
implementation 'javax.inject:javax.inject:1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1'
api 'javax.inject:javax.inject:1'
}
4 changes: 0 additions & 4 deletions lib.daggerscopes/src/main/AndroidManifest.xml

This file was deleted.

0 comments on commit 99dc378

Please sign in to comment.