Merge branch 'main' into tm/fix-benchmarks

Change-Id: I314663e2544d13ff06952b864af360d6d6d7164f
pull/458/head
mlykotom 2 years ago
commit f61113be37

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