Set compile target to 1.8

This commit is contained in:
Nikolay Krasko
2015-12-09 16:18:45 +03:00
parent c576f9272e
commit fca9a84db8
+16
View File
@@ -23,5 +23,21 @@
<processorPath useClasspath="true" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="android-idea-plugin" target="1.8" />
<module name="android-studio" target="1.8" />
<module name="bare-plugin" target="1.8" />
<module name="idea" target="1.8" />
<module name="idea-completion" target="1.8" />
<module name="idea-core" target="1.8" />
<module name="idea-live-templates" target="1.8" />
<module name="idea-repl" target="1.8" />
<module name="idea-runner" target="1.8" />
<module name="idea-test-framework" target="1.8" />
<module name="j2k" target="1.8" />
<module name="jps-plugin" target="1.8" />
<module name="kannotator-jps-plugin-test" target="1.8" />
<module name="kotlin-android-plugin" target="1.8" />
</bytecodeTargetLevel>
</component>
</project>