File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import com.google.firebase.crashlytics.buildtools.gradle.CrashlyticsExtension
2+ import org.gradle.kotlin.dsl.support.uppercaseFirstChar
23import java.io.FileInputStream
34import java.util.Properties
5+ import kotlin.reflect.KFunction1
46
57plugins {
68 alias(libsAndroid.plugins.android.application)
@@ -244,7 +246,9 @@ dependencies {
244246 // region [Google]
245247 implementation(libsGoogle.material)
246248
247- val firebaseImplementation = IssueTracker .Firebase .name + " Implementation"
249+ val implementationRef: KFunction1 <* , * > = ::implementation
250+ val firebaseImplementation = IssueTracker .Firebase .name + implementationRef.name.uppercaseFirstChar()
251+ // val firebaseImplementation by configurations
248252 firebaseImplementation(platform(libsGoogle.firebase.bom))
249253 firebaseImplementation(libsGoogle.bundles.firebase)
250254 // endregion [Google]
You can’t perform that action at this time.
0 commit comments