Skip to content

Commit

Permalink
Add progressive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
zsmb13 committed May 10, 2024
1 parent a61e74a commit 5602628
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion requirektx-bundle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ kotlin {
}

explicitApi()
// TODO progressive mode
compilerOptions {
freeCompilerArgs.add("-progressive")
}
}

android {
Expand Down
4 changes: 3 additions & 1 deletion requirektx-intent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ kotlin {
}

explicitApi()
// TODO progressive mode
compilerOptions {
freeCompilerArgs.add("-progressive")
}
}

android {
Expand Down
4 changes: 3 additions & 1 deletion requirektx-navigation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ kotlin {
}

explicitApi()
// TODO progressive mode
compilerOptions {
freeCompilerArgs.add("-progressive")
}
}

android {
Expand Down
4 changes: 3 additions & 1 deletion requirektx-work/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ kotlin {
}

explicitApi()
// TODO progressive mode
compilerOptions {
freeCompilerArgs.add("-progressive")
}
}

tasks.withType<Test> {
Expand Down

0 comments on commit 5602628

Please sign in to comment.