summaryrefslogtreecommitdiff
path: root/.idea
diff options
context:
space:
mode:
authorMatthew Gharrity <gharrma@google.com>2022-06-21 11:19:45 -0700
committerMatthew Gharrity <gharrma@google.com>2022-07-01 01:21:17 +0000
commitf5babfd226961b0828dcb82c464a290ce3ab1200 (patch)
tree5b0def511f4ead700099214054fcdb88481849a0 /.idea
parent4b073b8f41f4fccf5488118a75c1eef4d33fb687 (diff)
downloadidea-f5babfd226961b0828dcb82c464a290ce3ab1200.tar.gz
Downgrade kotlin-test version to 1.5.31
...since this lib should match our kotlin-stdlib version rather than the Kotlin compiler version we use for building. Bug: tangentially related to b/236722172 Test: JPS build Change-Id: I042999bda549cf848f69026860e7431ff9adbf76
Diffstat (limited to '.idea')
-rw-r--r--.idea/libraries/kotlin_test.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.idea/libraries/kotlin_test.xml b/.idea/libraries/kotlin_test.xml
index c3a040379ef..c07d5157587 100644
--- a/.idea/libraries/kotlin_test.xml
+++ b/.idea/libraries/kotlin_test.xml
@@ -1,7 +1,7 @@
<component name="libraryTable">
<library name="kotlin-test">
<CLASSES>
- <root url="jar://$PROJECT_DIR$/../../../prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-test/1.6.10/kotlin-test-1.6.10.jar!/" />
+ <root url="jar://$PROJECT_DIR$/../../../prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-test/1.5.31/kotlin-test-1.5.31.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />