enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
This commit is contained in:
parent
718b37a4eb
commit
46e58fe64d
17 changed files with 100 additions and 97 deletions
|
|
@ -164,9 +164,9 @@ knit {
|
|||
dependencies {
|
||||
allLibraries()
|
||||
allFeatures()
|
||||
implementation(project(":tests:uitests"))
|
||||
implementation(project(":anvilannotations"))
|
||||
anvil(project(":anvilcodegen"))
|
||||
implementation(projects.tests.uitests)
|
||||
implementation(projects.anvilannotations)
|
||||
anvil(projects.anvilcodegen)
|
||||
|
||||
// https://developer.android.com/studio/write/java8-support#library-desugaring-versions
|
||||
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.2.2")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue