Skip to content

Commit 577a44f

Browse files
committed
Add context receivers to plugins
1 parent d68a220 commit 577a44f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ spotless {
4040
}
4141
}
4242

43+
kotlin { compilerOptions { freeCompilerArgs.add("-Xcontext-receivers") } }
44+
4345
// Refer latest "perf-plugin" released version on
4446
// https://maven.google.com/web/index.html?q=perf-plugin#com.google.firebase:perf-plugin
4547
// The System property allows us to integrate with an unreleased version from https://bityl.co/3oYt.

0 commit comments

Comments
 (0)