diff options
author | Kamil Doległo <kamilok1965@interia.pl> | 2020-01-24 14:41:33 +0100 |
---|---|---|
committer | Kamil Doległo <kamilok1965@users.noreply.github.com> | 2020-01-29 14:47:52 +0100 |
commit | a51a92429fd3d5e6836bf1d43244b00b92587a7d (patch) | |
tree | b39bb6b7dbfc5081da89c9398d6744868f689238 /.idea | |
parent | d1585771c34263f9fb7d9e165ddf9cd349157143 (diff) | |
download | dokka-a51a92429fd3d5e6836bf1d43244b00b92587a7d.tar.gz dokka-a51a92429fd3d5e6836bf1d43244b00b92587a7d.tar.bz2 dokka-a51a92429fd3d5e6836bf1d43244b00b92587a7d.zip |
Update kotlin compiler version to 1.3.61
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/codeStyles/codeStyleConfig.xml | 1 | ||||
-rw-r--r-- | .idea/compiler.xml | 8 |
2 files changed, 1 insertions, 8 deletions
diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml index 79ee123c..6e6eec11 100644 --- a/.idea/codeStyles/codeStyleConfig.xml +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -1,5 +1,6 @@ <component name="ProjectCodeStyleConfiguration"> <state> <option name="USE_PER_PROJECT_SETTINGS" value="true" /> + <option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" /> </state> </component>
\ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 71547e0e..5d169de7 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -11,14 +11,6 @@ <entry name="!?*.kt" /> <entry name="!?*.clj" /> </wildcardResourcePatterns> - <annotationProcessing> - <profile name="Maven default annotation processors profile" enabled="true"> - <sourceOutputDir name="target/generated-sources/annotations" /> - <sourceTestOutputDir name="target/generated-test-sources/test-annotations" /> - <outputRelativeToContentRoot value="true" /> - <module name="dokka-maven-plugin" /> - </profile> - </annotationProcessing> <bytecodeTargetLevel> <module name="android-gradle-plugin_main" target="1.8" /> <module name="android-gradle-plugin_test" target="1.8" /> |