Migrate core:domain namespace to build.gradle file

pull/460/head
Marek Rzeźniczek 2 years ago
parent a70761f24b
commit 7e0a154489

@ -19,6 +19,10 @@ plugins {
kotlin("kapt")
}
android {
namespace = "com.google.samples.apps.nowinandroid.core.domain"
}
dependencies {
implementation(project(":core:data"))

@ -14,4 +14,4 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<manifest package="com.google.samples.apps.nowinandroid.core.domain" />
<manifest />
Loading…
Cancel
Save