diff --git a/core/domain/build.gradle.kts b/core/domain/build.gradle.kts
index 47d07d65e..8483d890c 100644
--- a/core/domain/build.gradle.kts
+++ b/core/domain/build.gradle.kts
@@ -19,6 +19,10 @@ plugins {
kotlin("kapt")
}
+android {
+ namespace = "com.google.samples.apps.nowinandroid.core.domain"
+}
+
dependencies {
implementation(project(":core:data"))
diff --git a/core/domain/src/main/AndroidManifest.xml b/core/domain/src/main/AndroidManifest.xml
index 888821aae..51d0cfc2e 100644
--- a/core/domain/src/main/AndroidManifest.xml
+++ b/core/domain/src/main/AndroidManifest.xml
@@ -14,4 +14,4 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
\ No newline at end of file
+
\ No newline at end of file