We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3d529 commit 5769584Copy full SHA for 5769584
gradle/build-logic/common-plugins/src/main/kotlin/common/KotlinExtns.kt
@@ -134,6 +134,8 @@ fun KotlinCommonCompilerOptions.configureKotlinCommon() {
134
"-Xallow-result-return-type",
135
// "-P",
136
// "plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=true",
137
+ // "-P",
138
+ // "plugin:androidx.compose.compiler.plugins.kotlin:metricsDestination=...dir...",
139
)
140
}
141
0 commit comments