Let's say i have a public library module published to Maven Central and it is using the following dependencies:
implementation 'com.android.support:recyclerview-v7:28.0.0'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
Will this library work with no problems on Android X based projects?