apply plugin: 'kotlin-parcelize' android { namespace 'io.novafoundation.nova.feature_external_sign_api' buildFeatures { viewBinding true } } dependencies { implementation project(':feature-account-api') implementation project(':common') implementation coroutinesDep implementation androidDep implementation materialDep implementation constraintDep testImplementation jUnitDep testImplementation mockitoDep }