Files
openide/platform/collaboration-tools/auth/intellij.platform.collaborationTools.auth.iml
Anton Lobeiko 75e085cfd0 [platform] IDEA-346395 fix NoClassDefFoundError for OAuthService
GitOrigin-RevId: eb1fe1fe02fb7151672c9c7142804ec168412586
2024-03-20 12:13:20 +00:00

19 lines
1.0 KiB
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-stdlib" level="project" />
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
<orderEntry type="module" module-name="intellij.platform.ide" />
<orderEntry type="library" name="netty-codec-http" level="project" />
<orderEntry type="library" name="netty-buffer" level="project" />
<orderEntry type="module" module-name="intellij.platform.ide.util.netty" />
<orderEntry type="module" module-name="intellij.platform.collaborationTools.auth.base" />
<orderEntry type="module" module-name="intellij.platform.builtInServer.impl" />
</component>
</module>