apply plugin: 'kotlin-parcelize' android { namespace 'io.novafoundation.nova.feature_xcm_impl' buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } dependencies { implementation project(':common') implementation project(':runtime') api project(":feature-xcm:api") implementation kotlinDep implementation substrateSdkDep implementation daggerDep ksp daggerCompiler testImplementation jUnitDep testImplementation mockitoDep }