diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | .idea/kotlinc.xml | 6 |
2 files changed, 2 insertions, 6 deletions
@@ -106,6 +106,8 @@ obj/ .idea/jarRepositories.xml .idea/runConfigurations.xml .idea/deploymentTargetDropDown.xml +.idea/kotlinc.xml +.idea/migrations.xml # OS-specific files .DS_Store diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml deleted file mode 100644 index 217e5c51..00000000 --- a/.idea/kotlinc.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="KotlinJpsPluginSettings"> - <option name="version" value="1.8.21" /> - </component> -</project>
\ No newline at end of file |