Skip to content

Commit

Permalink
Merge pull request android#1765 from SimonMarquis/patch-5
Browse files Browse the repository at this point in the history
Replace deprecated `stabilityConfigurationFile` with `stabilityConfigurationFiles`
  • Loading branch information
dturner authored Dec 19, 2024
2 parents b46d2d6 + 042cb76 commit af9631e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ internal fun Project.configureAndroidCompose(
.relativeToRootProject("compose-reports")
.let(reportsDestination::set)

stabilityConfigurationFile =
isolated.rootProject.projectDirectory.file("compose_compiler_config.conf")
stabilityConfigurationFiles
.add(isolated.rootProject.projectDirectory.file("compose_compiler_config.conf"))
}
}

0 comments on commit af9631e

Please sign in to comment.