File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
hilt-android-testing/main/java/dagger/hilt/android/testing Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,18 @@ android_library(
4949 ],
5050 exports = [
5151 ":hilt_android_rule" ,
52+ ":hilt_android_test_codegen_exports" ,
5253 ":hilt_test_application" ,
54+ ],
55+ deps = [
56+ "//hilt-core/main/java/dagger/hilt:generates_root_input" ,
57+ ],
58+ )
59+
60+ android_library (
61+ name = "hilt_android_test_codegen_exports" ,
62+ testonly = 1 ,
63+ exports = [
5364 ":on_component_ready_runner" ,
5465 ":package_info" ,
5566 "//hilt-android-testing/main/java/dagger/hilt/android/internal/testing:early_test_singleton_component_creator" ,
@@ -81,9 +92,6 @@ android_library(
8192 "//third_party/java/androidx/annotation" ,
8293 "//third_party/java/dagger" ,
8394 ],
84- deps = [
85- "//hilt-core/main/java/dagger/hilt:generates_root_input" ,
86- ],
8795)
8896
8997android_library (
You can’t perform that action at this time.
0 commit comments