diff --git a/android-test/README.md b/android-test/src/androidTest/README.md similarity index 100% rename from android-test/README.md rename to android-test/src/androidTest/README.md diff --git a/okhttp-brotli/src/test/java/okhttp3/brotli/BrotliInterceptorTest.kt b/okhttp-brotli/src/test/java/okhttp3/brotli/BrotliInterceptorTest.kt index 76cd2dc4a..3a4d1e614 100644 --- a/okhttp-brotli/src/test/java/okhttp3/brotli/BrotliInterceptorTest.kt +++ b/okhttp-brotli/src/test/java/okhttp3/brotli/BrotliInterceptorTest.kt @@ -13,6 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +@file:Suppress( + "INVISIBLE_REFERENCE", +) + package okhttp3.brotli import assertk.assertThat