File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ plugins {
1919 id(" dagger.hilt.android.plugin" )
2020}
2121
22+ android {
23+ namespace = " com.google.samples.apps.nowinandroid.uitesthiltmanifest"
24+ }
25+
2226dependencies {
2327 implementation(libs.hilt.android)
2428 kapt(libs.hilt.compiler)
Original file line number Diff line number Diff line change 1414 See the License for the specific language governing permissions and
1515 limitations under the License.
1616-->
17- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
18- package =" com.google.samples.apps.nowinandroid.uitesthiltmanifest" >
17+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
1918
2019 <application >
2120 <activity android : name =" .HiltComponentActivity" />
You can’t perform that action at this time.
0 commit comments