Fixed src path for mock library
Relates to #KT-40960
This commit is contained in:
committed by
Vladimir Dolzhenko
parent
7b80be5c9d
commit
5c7054a5ab
+1
-1
@@ -91,7 +91,7 @@ public class SdkAndMockLibraryProjectDescriptor extends KotlinLightProjectDescri
|
||||
((LibraryEx.ModifiableModelEx) libraryModel).setKind(JSLibraryKind.INSTANCE);
|
||||
}
|
||||
if (withSources) {
|
||||
libraryModel.addRoot(jarUrl + "src/", OrderRootType.SOURCES);
|
||||
libraryModel.addRoot(jarUrl + "src", OrderRootType.SOURCES);
|
||||
}
|
||||
|
||||
libraryModel.commit();
|
||||
|
||||
Reference in New Issue
Block a user