Skip to content

Commit

Permalink
setup module network
Browse files Browse the repository at this point in the history
  • Loading branch information
adrie4mac committed Jun 18, 2020
1 parent 8d6cf5f commit fb6bdb3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ dependencies {

implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation project(':Kit')
implementation project(':Data')
implementation project(':Movie')
implementation project(':Network')
implementation project(':kit')
implementation project(':data')
implementation project(':movie')
implementation project(':network')

implementation rootProject.ext.kotlin
implementation appDependencies.appCompatV7
Expand Down
2 changes: 1 addition & 1 deletion network
Submodule network updated 1 files
+2 −2 build.gradle
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':app', ':network', ':Kit', ':data', ':movie'
include ':app', ':network', ':kit', ':data', ':movie'

0 comments on commit fb6bdb3

Please sign in to comment.