Merge "Fix android Studio build due to "@Subcomponent.Builder is missing setters"" into sc-v2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7225f45e77
@@ -41,7 +41,9 @@ annotation class SysUIUnfoldScope
|
|||||||
* no objects will get constructed if these parameters are empty.
|
* no objects will get constructed if these parameters are empty.
|
||||||
*/
|
*/
|
||||||
@Module(subcomponents = [SysUIUnfoldComponent::class])
|
@Module(subcomponents = [SysUIUnfoldComponent::class])
|
||||||
object SysUIUnfoldModule {
|
class SysUIUnfoldModule {
|
||||||
|
constructor() {}
|
||||||
|
|
||||||
@Provides
|
@Provides
|
||||||
@SysUISingleton
|
@SysUISingleton
|
||||||
fun provideSysUIUnfoldComponent(
|
fun provideSysUIUnfoldComponent(
|
||||||
|
|||||||
Reference in New Issue
Block a user