:database:impl
This commit is contained in:
parent
2206a516d0
commit
f870a74796
|
@ -191,7 +191,7 @@ dependencies {
|
|||
implementation project(':ui')
|
||||
implementation project(':plugins')
|
||||
implementation project(':implementation')
|
||||
implementation project(':database')
|
||||
implementation project(':database:impl')
|
||||
implementation project(':pump:combo')
|
||||
implementation project(':pump:dana')
|
||||
implementation project(':pump:danars')
|
||||
|
|
|
@ -20,7 +20,7 @@ dependencies {
|
|||
implementation project(':graphview')
|
||||
implementation project(':core:core-main')
|
||||
implementation project(':core:fabric')
|
||||
implementation project(':database')
|
||||
implementation project(':database:impl')
|
||||
implementation project(':app-wear-shared:rx')
|
||||
implementation project(':app-wear-shared:shared')
|
||||
implementation project(':interfaces')
|
||||
|
|
|
@ -17,7 +17,7 @@ dependencies {
|
|||
implementation project(':graphview')
|
||||
implementation project(':app-wear-shared:rx')
|
||||
implementation project(':app-wear-shared:shared')
|
||||
implementation project(':database')
|
||||
implementation project(':database:impl')
|
||||
implementation project(':interfaces')
|
||||
|
||||
api "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue