plugins { id(ThunderbirdPlugins.Library.kmp) } android { namespace = "net.thunderbird.account.fake" } kotlin { sourceSets { commonMain.dependencies { api(projects.feature.account.api) } } }