Unresolved reference - on creating a new file #4223
-
I added a new file under the utility/profile folder called ProfileNameValidator. Please have a look at the file from this PR from the files changed tab. I have created an interface and a module to make sure it gets injected properly and also written the BUILD.bazel config for this file. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@JishnuGoyal can you add a Gist of the entire error you're experiencing, including the command line that led to it, along with the related Kotlin and Bazel files? I suspect that this is a case of a missing dependency in the Bazel library, but I'd need to confirm. |
Beta Was this translation helpful? Give feedback.
@JishnuGoyal can you add a Gist of the entire error you're experiencing, including the command line that led to it, along with the related Kotlin and Bazel files?
I suspect that this is a case of a missing dependency in the Bazel library, but I'd need to confirm.