Change sources of kotlin-runtime project library
Use sources from the project instead of ones in kotlin-runtime-sources.jar. This is not very accurate, but fixes the problem with debugging anything from 'core' in the project (sources from the project were clashing with the sources from the library)
This commit is contained in:
Generated
+3
-1
@@ -5,7 +5,9 @@
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$KOTLIN_BUNDLED$/lib/kotlin-runtime-sources.jar!/" />
|
||||
<root url="file://$PROJECT_DIR$/libraries/stdlib/src" />
|
||||
<root url="file://$PROJECT_DIR$/core/builtins/src" />
|
||||
<root url="file://$PROJECT_DIR$/core/runtime.jvm/src" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
||||
Reference in New Issue
Block a user