summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Gharrity <gharrma@google.com>2021-09-08 16:26:50 +0000
committerMatthew Gharrity <gharrma@google.com>2021-09-08 16:26:50 +0000
commit278903c435225468f15fb4cce0585a327f0be604 (patch)
tree6130fa43479feab3c72eabcaa6c8ddb4b83bb3b0
parent8516cdc73ba43a20a7e00f452331e8550e0c7816 (diff)
downloaddata-binding-278903c435225468f15fb4cce0585a327f0be604.tar.gz
Remove Kotlin 1.5.20 dependency
Change-Id: I747bd18cf1293a758b61724d204a63dca69d0498
-rw-r--r--compilationTests/BUILD.bazel5
1 files changed, 0 insertions, 5 deletions
diff --git a/compilationTests/BUILD.bazel b/compilationTests/BUILD.bazel
index 871492e4..a2dc2341 100644
--- a/compilationTests/BUILD.bazel
+++ b/compilationTests/BUILD.bazel
@@ -122,19 +122,14 @@ maven_repository(
"@maven_tests//:junit.junit_4.13.2",
"@maven_tests//:org.jdeferred.jdeferred-android-aar_1.2.3",
"@maven_tests//:org.jetbrains.kotlin.kotlin-android-extensions-runtime_1.4.32",
- "@maven_tests//:org.jetbrains.kotlin.kotlin-android-extensions-runtime_1.5.20",
"@maven_tests//:org.jetbrains.kotlin.kotlin-android-extensions-runtime_1.5.21",
"@maven_tests//:org.jetbrains.kotlin.kotlin-gradle-plugin_1.4.32",
- "@maven_tests//:org.jetbrains.kotlin.kotlin-gradle-plugin_1.5.20",
"@maven_tests//:org.jetbrains.kotlin.kotlin-gradle-plugin_1.5.21",
"@maven_tests//:org.jetbrains.kotlin.kotlin-reflect_1.4.31",
- "@maven_tests//:org.jetbrains.kotlin.kotlin-reflect_1.5.20",
"@maven_tests//:org.jetbrains.kotlin.kotlin-reflect_1.5.21",
- "@maven_tests//:org.jetbrains.kotlin.kotlin-script-runtime_1.5.20",
"@maven_tests//:org.jetbrains.kotlin.kotlin-script-runtime_1.5.21",
"@maven_tests//:org.jetbrains.kotlin.kotlin-stdlib-jdk7_1.4.32",
"@maven_tests//:org.jetbrains.kotlin.kotlin-stdlib-jdk8_1.4.31",
- "@maven_tests//:org.jetbrains.kotlin.kotlin-stdlib-jdk8_1.5.20",
"@maven_tests//:org.jetbrains.kotlin.kotlin-stdlib-jdk8_1.5.21",
"@maven_tests//:org.mockito.mockito-core_3.0.0",
],