Fix completion test: add coroutines-compat jar dependency
Related to KT-34582
This commit is contained in:
+4
-1
@@ -39,7 +39,10 @@ public class KotlinWithJdkAndRuntimeLightProjectDescriptor extends KotlinJdkAndL
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public static final KotlinWithJdkAndRuntimeLightProjectDescriptor INSTANCE = new KotlinWithJdkAndRuntimeLightProjectDescriptor();
|
||||
public static final KotlinWithJdkAndRuntimeLightProjectDescriptor INSTANCE = new KotlinWithJdkAndRuntimeLightProjectDescriptor(
|
||||
Arrays.asList(ForTestCompileRuntime.runtimeJarForTests(),
|
||||
ForTestCompileRuntime.coroutinesCompatForTests())
|
||||
);
|
||||
|
||||
public static KotlinWithJdkAndRuntimeLightProjectDescriptor getInstance(LanguageLevel level) {
|
||||
return new KotlinWithJdkAndRuntimeLightProjectDescriptor() {
|
||||
|
||||
Reference in New Issue
Block a user