Skip to content

Commit

Permalink
Reorganize Gradle modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kirich1409 committed Sep 18, 2020
1 parent d08f6cc commit 0fc13e9
Show file tree
Hide file tree
Showing 17 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ android {
dependencies {
implementation 'androidx.core:core-ktx:1.3.1'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation project(':vbpd')
implementation project(':vbpd:vbpd-full')
}
6 changes: 3 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include ':app'
include ':vbpd'
include ':vbpd-noreflection'
rootProject.name = "View Binding Delegate"
include ':vbpd:vbpd-full'
include ':vbpd:vbpd-noreflection'
rootProject.name = "View Binding Delegate"
File renamed without changes.
2 changes: 1 addition & 1 deletion vbpd/build.gradle → vbpd/vbpd-full/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ dependencies {
implementation rootProject.ext.dependencies.coreKtx
implementation rootProject.ext.dependencies.fragmentKtx
implementation rootProject.ext.dependencies.viewBinding
api project(":vbpd-noreflection")
api project(':vbpd:vbpd-noreflection')
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0fc13e9

Please sign in to comment.