Merge pull request #460 from Lonelywood/refactor/migrate-domain-namespace-to-gradle-file

Migrate package from core:domain to namespace in build.gradle file
pull/461/head
Alex Vanyo 2 years ago committed by GitHub
commit 2c35ee7344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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