plugins { id("d.convention.library") id("d.convention.coroutines") id("d.convention.hilt") } android { namespace = "com.zaojiao.app.core.common" }