Skip to content

Commit 13dd825

Browse files
committed
Breaking change
1 parent a29445a commit 13dd825

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

redacted-compiler-plugin/src/testFixtures/kotlin/dev/zacsweers/redacted/compiler/ClasspathBasedStandardLibrariesPathProvider.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ package dev.zacsweers.redacted.compiler
55
import java.io.File
66
import java.io.File.pathSeparator
77
import java.io.File.separator
8-
import kotlin.text.get
98
import org.jetbrains.kotlin.test.services.KotlinStandardLibrariesPathProvider
109

1110
object ClasspathBasedStandardLibrariesPathProvider : KotlinStandardLibrariesPathProvider {
@@ -64,4 +63,6 @@ object ClasspathBasedStandardLibrariesPathProvider : KotlinStandardLibrariesPath
6463
}
6564

6665
override fun commonStdlibForTests(): File = getFile("kotlin-common-stdlib")
66+
67+
override fun webStdlibForTests(): File = getFile("kotlin-stdlib-web")
6768
}

0 commit comments

Comments
 (0)