diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-10-07 17:28:37 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-10-07 17:28:37 +0530 |
commit | fe666e9ecb066a5a221c7c8d761760f5928f908b (patch) | |
tree | 099bb013223cea6de168ac91076c7f94724d57f5 /.idea/kotlinc.xml | |
parent | 656669b55e73bb02016a4453d6fd9beed1aac670 (diff) |
refactor(build-logic): move PSL download to task action
Diffstat (limited to '.idea/kotlinc.xml')
-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 b1077fbd..e1eea1d6 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.10" /> + <option name="version" value="1.7.20" /> </component> </project>
\ No newline at end of file |