Skip to content

Commit f908532

Browse files
committed
Minor, export kotlin-reflect in 'util'
To allow many modules which depend on 'util' not depend explicitly on kotlin-reflect
1 parent 57dcbe0 commit f908532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/util/util.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<orderEntry type="sourceFolder" forTests="false" />
1010
<orderEntry type="library" scope="PROVIDED" name="intellij-core" level="project" />
1111
<orderEntry type="module" module-name="util.runtime" exported="" />
12-
<orderEntry type="library" name="kotlin-reflect" level="project" />
12+
<orderEntry type="library" exported="" name="kotlin-reflect" level="project" />
1313
<orderEntry type="module" module-name="Kotlin" exported="" />
1414
<orderEntry type="library" name="jps-model" level="project" />
1515
</component>

0 commit comments

Comments
 (0)