Add Kotlin compiler session file.

This commit is contained in:
pradeepkumar
2026-03-09 08:17:59 +05:30
parent b193cbb9cf
commit 2c4e0f11d5

View File

@@ -77,7 +77,9 @@ android {
buildTypes { buildTypes {
release { release {
signingConfig = signingConfigs.getByName("debug") // signingConfig is set per flavor in productFlavors above.
// Setting null here lets the flavor-level config take effect.
signingConfig = null
} }
} }
} }