plugins { id("d.convention.library") } android { namespace = "com.zaojiao.app.data.local" } dependencies { implementation(project(":data:model")) }