plugins { id "com.android.library" id "kotlin-android" id "kotlin-kapt" } dependencies { implementation project(':core-models') implementation project(':protocol') implementation project(':data') implementation project(':core-utils') implementation libs.kotlin implementation libs.timber implementation libs.coroutinesAndroid implementation libs.gsonWire implementation libs.gson implementation libs.javaxInject implementation libs.middleware testImplementation project(":test:utils") testImplementation libs.junit testImplementation libs.kotlinTest testImplementation libs.mockitoKotlin } android { namespace 'com.anytypeio.anytype.middleware' }