diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-12-19 11:40:28 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-12-19 11:40:28 +0530 |
commit | 5c35acdfbcffdacb2e35b51dcbd8e279db44c5ae (patch) | |
tree | 3418dd6d2b1a8b0d4f752b404f00de1695b2ce93 /.idea | |
parent | e688a6e55813c67bcbb6476c842181fbf2903b53 (diff) |
fix: disable Sentry dependency report
Incompatible with configuration cache
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/kotlinc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 4251b727..0e65ceac 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="KotlinJpsPluginSettings"> - <option name="version" value="1.7.22" /> + <option name="version" value="1.7.21" /> </component> </project>
\ No newline at end of file |