Files
openide/platform/remote-driver/client/intellij.driver.client.iml
Yuriy Artamonov 93be6db194 [testing] IDEA-323754 Remote driver for integration tests
GitOrigin-RevId: 063fb0d4190b63c70edbd3f8cec1c3e60af53b8c
2023-06-28 08:53:48 +00:00

14 lines
654 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="module" module-name="intellij.driver.model" exported="" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="library" name="jetbrains-annotations" level="project" />
</component>
</module>