diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-02-27 21:26:21 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-02-27 21:26:21 +0530 |
commit | 3d47ecd698e582934cae7e54ecb42eb2fb4d8db9 (patch) | |
tree | 4101fe2944742b9f72d8ead4286aea4f74e5f08d /.idea | |
parent | a6e845f461e1ed09d6ea34b6ecbf10327190e1b1 (diff) |
refactor(format-common): migrate to `uri-kmp` and convert to JVM library
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 2b8a50fc..0fc31131 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.0" /> + <option name="version" value="1.8.10" /> </component> </project>
\ No newline at end of file |