apply plugin: 'kotlin-parcelize' android { buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } namespace 'io.novafoundation.nova.feature_deep_linking' buildFeatures { viewBinding true } } dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation project(':common') implementation kotlinDep implementation androidDep implementation materialDep implementation playServiceIdentifier implementation coroutinesDep implementation daggerDep ksp daggerCompiler androidTestImplementation androidTestRunnerDep androidTestImplementation androidTestRulesDep androidTestImplementation androidJunitDep }