Home
last modified time | relevance | path

Searched refs:transformClassesWith (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/dagger2/java/dagger/hilt/android/plugin/agp-wrapper-7-1/src/main/kotlin/dagger/hilt/android/plugin/util/
H A DComponentCompatApi71Impl.kt30 override fun <ParamT : InstrumentationParameters> transformClassesWith( in transformClassesWith() method in dagger.hilt.android.plugin.util.ComponentCompatApi71Impl
35 component.transformClassesWith(classVisitorFactoryImplClass, scope, instrumentationParamsConfig) in transformClassesWith()
/aosp_15_r20/external/dagger2/java/dagger/hilt/android/plugin/agp-wrapper-7-2/src/main/kotlin/dagger/hilt/android/plugin/util/
H A DComponentCompatApi72Impl.kt30 override fun <ParamT : InstrumentationParameters> transformClassesWith( in transformClassesWith() method in dagger.hilt.android.plugin.util.ComponentCompatApi72Impl
35 component.instrumentation.transformClassesWith( in transformClassesWith()
/aosp_15_r20/external/dagger2/java/dagger/hilt/android/plugin/agp-wrapper-7-0/src/main/kotlin/dagger/hilt/android/plugin/util/
H A DComponentCompatApi70Impl.kt31 override fun <ParamT : InstrumentationParameters> transformClassesWith( in transformClassesWith() method in dagger.hilt.android.plugin.util.ComponentCompatApi70Impl
36 component.transformClassesWith(classVisitorFactoryImplClass, scope, instrumentationParamsConfig) in transformClassesWith()
/aosp_15_r20/external/dagger2/java/dagger/hilt/android/plugin/agp-wrapper/src/main/kotlin/dagger/hilt/android/plugin/util/
H A DComponentCompat.kt37 abstract fun <ParamT : InstrumentationParameters> transformClassesWith( method in dagger.hilt.android.plugin.util.ComponentCompat
/aosp_15_r20/external/dagger2/java/dagger/hilt/android/plugin/main/src/main/kotlin/dagger/hilt/android/plugin/
H A DHiltGradlePlugin.kt246 androidComponent.transformClassesWith( in <lambda>()