Skip to content

Gradle Plugin: support Gradle isolated projects #6748

Open
@cymerio

Description

@cymerio

What feature would you like to see?

At the moment there are four exceptions when you enable org.gradle.unsafe.isolated-projects=true, all pointing at the usage of findProperty to retrieve these properties:

  • com.google.firebase.crashlytics.buildtools
  • com.google.firebase.crashlytics.fakeId
  • com.google.firebase.crashlytics.fakeOutput
  • com.google.firebase.crashlytics.logDebug

I believe these can be changed to providers.gradleProperty(...) to solve the issue.

How would you use it?

Isolated projects would improve performance of the "sync" step in Android Studio:
https://docs.gradle.org/current/userguide/isolated_projects.html

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions