Change/move some gradle modules to be better separated. Let core module be a kotlin lib.
This commit is contained in:
parent
0d5f348354
commit
27bf42c5f2
59 changed files with 314 additions and 202 deletions
|
|
@ -114,6 +114,7 @@ showkase_processor = { module = "com.airbnb.android:showkase-processor", version
|
|||
jsoup = { module = "org.jsoup:jsoup", version.ref = "jsoup" }
|
||||
appyx_core = { module = "com.bumble.appyx:core", version.ref = "appyx" }
|
||||
molecule-runtime = { module = "app.cash.molecule:molecule-runtime", version.ref = "molecule" }
|
||||
timber = "com.jakewharton.timber:timber:5.0.1"
|
||||
|
||||
# Di
|
||||
inject = "javax.inject:javax.inject:1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue