Skip to content

Commit

Permalink
revert making InMemoryMetricsReporter internal
Browse files Browse the repository at this point in the history
It doesn't seem to change anything
  • Loading branch information
wzieba committed Mar 29, 2024
1 parent 2c5ec5a commit acef75c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import com.automattic.android.measure.InMemoryReport
import org.gradle.api.Action
import org.gradle.api.provider.Property

internal object InMemoryMetricsReporter {
object InMemoryMetricsReporter {

lateinit var buildMetricsPreparedAction: Property<Action<MetricsReport>>

Expand Down

0 comments on commit acef75c

Please sign in to comment.