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 8ab59e9 commit 46df8f2Copy full SHA for 46df8f2
firebase-crashlytics/build.gradle.kts
@@ -92,6 +92,7 @@ kotlin {
92
noPodspec()
93
pod("FirebaseCrashlytics") {
94
version = "10.23.0"
95
+ extraOpts += listOf("-compiler-option", "-fmodules")
96
}
97
98
0 commit comments