Skip to content

Commit

Permalink
enable AndroidX in Android IT project
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy committed May 21, 2023
1 parent 0d6605b commit 3cd790c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions modules/dokkatoo-plugin-integration-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,19 @@ tasks.setupDokkaTemplateProjects {
)
}

dokkatooExampleProjects {
gradleProperties {
projectsItAndroid0Dokkatoo {
content.set(
"""
android.useAndroidX=true
""".trimIndent()
)
}
}
}


tasks.withType<Test>().configureEach {
// this seems to help OOM errors in the Worker Daemons
//setForkEvery(1)
Expand Down

0 comments on commit 3cd790c

Please sign in to comment.