applyAndroidLibraryModule(project) apply plugin: "org.jetbrains.kotlin.plugin.serialization" dependencies { implementation project(':core') implementation project(':domains:android:core') implementation project(':domains:store') firebase(it, "messaging") implementation Dependencies.mavenCentral.kotlinSerializationJson implementation Dependencies.jitPack.unifiedPush kotlinTest(it) androidImportFixturesWorkaround(project, project(":core")) androidImportFixturesWorkaround(project, project(":matrix:common")) androidImportFixturesWorkaround(project, project(":domains:android:stub")) }