Skip to content

Commit

Permalink
added comment about Gradle Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-avdeev-jb committed Nov 24, 2023
1 parent cc2195e commit aebb563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ abstract class ConfigurationProblemReporterService : AbstractComposeMultiplatfor
companion object {
fun init(project: Project) {
registerServiceIfAbsent<ConfigurationProblemReporterService, Parameters>(project) {
// WORKAROUND! Read property at least once, because of Issue: https://github.com/gradle/gradle/issues/27099
warnings
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ internal abstract class GradlePropertySnapshotService : AbstractComposeMultiplat
companion object {
fun init(project: Project) {
registerServiceIfAbsent<GradlePropertySnapshotService, Parameters>(project) {
// WORKAROUND! Read property at least once, because of Issue: https://github.com/gradle/gradle/issues/27099
gradlePropertiesCacheKindSnapshot
localPropertiesCacheKindSnapshot
initParams(project)
Expand Down

0 comments on commit aebb563

Please sign in to comment.