You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem Statement:
After the migration to Kotlin DSL, we are facing issue with moving all the common android{} changes in each module's build.gradle.kts. Due to which each file is containing redundant data.
For example:
in the below code, everything apart from namespace & resource_prefix is repetitive in all the plugin module's build.gradle.kts
Expected Solution:
Need logic to move all the repetitive code to common file & reference from there.
The text was updated successfully, but these errors were encountered:
Problem Statement:
After the migration to Kotlin DSL, we are facing issue with moving all the common android{} changes in each module's
build.gradle.kts
. Due to which each file is containing redundant data.For example:
in the below code, everything apart from
namespace
&resource_prefix
is repetitive in all the plugin module's build.gradle.ktsExpected Solution:
Need logic to move all the repetitive code to common file & reference from there.
The text was updated successfully, but these errors were encountered: