Skip to content

Commit

Permalink
Restore initial function call
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis authored Dec 19, 2024
1 parent 2a180f9 commit 042cb76
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ internal fun Project.configureAndroidCompose(
.relativeToRootProject("compose-reports")
.let(reportsDestination::set)

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

0 comments on commit 042cb76

Please sign in to comment.