Move deprecated kotlin-runtime and reduced runtime for tests into stdlib
Rename mock-runtime-for-test project to kotlin-stdlib:jvm-minimal-for-test
Original commit: 5c0cc5f799
This commit is contained in:
committed by
Stanislav Erokhin
parent
1bb8ec4973
commit
08f6569827
+1
-1
@@ -64,7 +64,7 @@ public abstract class AbstractKotlinJpsBuildTestCase extends BaseKotlinJpsBuildT
|
||||
}
|
||||
|
||||
protected JpsLibrary addKotlinMockRuntimeDependency() {
|
||||
return addDependency("kotlin-mock-runtime", ForTestCompileRuntime.mockRuntimeJarForTests());
|
||||
return addDependency("kotlin-mock-runtime", ForTestCompileRuntime.minimalRuntimeJarForTests());
|
||||
}
|
||||
|
||||
protected JpsLibrary addKotlinStdlibDependency() {
|
||||
|
||||
Reference in New Issue
Block a user