New Function Addition to 'Project' Class
A new function, localAndroidResources, has been added to the Project class to improve its functionality. This new function helps in better management of resources within the project.
File Addition to 'booster-android-gradle-api' Module
A new file named ScopedTask.kt has been introduced inside the booster-android-gradle-api module. This further expands the module's capabilities.
Extension Function Addition to 'Project' Class
A new function called getJarTaskProviders has been adjoined to the Project class, enhancing the class's capabilities and operational range.
New Property Addition to 'Variant' Class
A new property named localAndroidResources has been incorporated into the Variant class, enriching its functionality and broadening its scope of application.
Extension Function Addition to 'Variant' Class
A new extension function titled isDebuggable has been added to the Variant class. This function enables users to ascertain whether the variant is debuggable.
New 'booster-task-graph' Module
A fresh module called booster-task-graph has been introduced which includes files GenerateProjectGraph.kt and GraphVariantProcessor.kt. These files are designed to generate and process the project graph, thereby improving overall project management.
Extension Function Addition to 'MethodNode' Class
Finally, an extension function named isTheSameAs has been added to the MethodNode class. This functionality helps determine the equivalence between two methods in the class.
PR Summary
New Function Addition to 'Project' Class A new function,
localAndroidResources
, has been added to theProject
class to improve its functionality. This new function helps in better management of resources within the project.File Addition to 'booster-android-gradle-api' Module A new file named
ScopedTask.kt
has been introduced inside thebooster-android-gradle-api
module. This further expands the module's capabilities.Extension Function Addition to 'Project' Class A new function called
getJarTaskProviders
has been adjoined to theProject
class, enhancing the class's capabilities and operational range.New Property Addition to 'Variant' Class A new property named
localAndroidResources
has been incorporated into theVariant
class, enriching its functionality and broadening its scope of application.Extension Function Addition to 'Variant' Class A new extension function titled
isDebuggable
has been added to theVariant
class. This function enables users to ascertain whether the variant is debuggable.New 'booster-task-graph' Module A fresh module called
booster-task-graph
has been introduced which includes filesGenerateProjectGraph.kt
andGraphVariantProcessor.kt
. These files are designed to generate and process the project graph, thereby improving overall project management.Extension Function Addition to 'MethodNode' Class Finally, an extension function named
isTheSameAs
has been added to theMethodNode
class. This functionality helps determine the equivalence between two methods in the class.