Files
openide/wintools/intellij.community.wintools.iml
Ilya Kazakevich 6b5e485ea8 Introduce wintools module for Native API tools.
Windows Native API is a semi-documented API resided in `ntdll.dll`.
Some tasks can't be achieved on Windows without using this API.
We now have a module that calls native API via JNA and provides some kind of "high" level API for that.


Merge-request: KT-MR-19532
Merged-by: Ilya Kazakevich <ilya.kazakevich@jetbrains.com>

GitOrigin-RevId: aab141d6ae380c4595622b3f5329e48164ed1bf0
2025-01-06 18:18:10 +00:00

18 lines
936 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$/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="module" module-name="intellij.platform.util" />
<orderEntry type="library" name="jna" level="project" />
<orderEntry type="library" scope="TEST" name="JUnit5" level="project" />
<orderEntry type="library" scope="TEST" name="hamcrest" level="project" />
</component>
</module>