diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-04-10 16:00:07 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-04-10 16:20:59 +0530 |
commit | 5e3c08f1da0adb22eee616b8695bdf5b446205e0 (patch) | |
tree | 3e4918a8a9942585c72d9d3cb89c9aafd4559eb9 /.idea | |
parent | 5ab0c53d0396669ea17eea5c18937b5300b1f437 (diff) |
feat(deps): migrate to Kotlin 1.8.20
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 0fc31131..69e86158 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.8.10" /> + <option name="version" value="1.8.20" /> </component> </project>
\ No newline at end of file |