573c6ab5d4
Previously JvmTarget was declared in module 'util' which is accessible for example from 'frontend', which is not very good. Also add a superinterface named TargetPlatformVersion which is going to be used in platform-independent injectors in 'frontend' in the following commits. Use it in one place (LanguageVersionSettingsProviderImpl.kt) instead of DescriptionAware because TargetPlatformVersion sounds like a better abstraction than DescriptionAware here
17 lines
809 B
XML
17 lines
809 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="JAVA_MODULE" version="4">
|
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<content url="file://$MODULE_DIR$">
|
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="library" name="kotlin-runtime" level="project" />
|
|
<orderEntry type="library" name="kotlin-reflect" level="project" />
|
|
<orderEntry type="library" name="intellij-core" level="project" />
|
|
<orderEntry type="module" module-name="cli-common" />
|
|
<orderEntry type="module" module-name="util" />
|
|
<orderEntry type="module" module-name="frontend.java" />
|
|
</component>
|
|
</module> |