Enable API watcher in Kotlin

When Api Watcher plugin is installed this will activates pre-commit
checks in the project.
This commit is contained in:
Nikolay Krasko
2019-07-03 17:50:16 +03:00
parent ef90353831
commit 6e750b0857
+3
View File
@@ -105,4 +105,7 @@
<option name="autoscroll" value="false" />
<option name="showOnlyWarnings" value="false" />
</component>
<component name="intellij-api-watcher-check-current-project">
<option name="shouldCheckCurrentProject" value="true" />
</component>
</project>