We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216d3a5 commit 2c09da2Copy full SHA for 2c09da2
src/main/kotlin/io/bazel/kotlin/builder/tasks/jvm/CompilationTask.kt
@@ -43,11 +43,6 @@ import java.util.Base64
43
import java.util.stream.Collectors.toList
44
import java.util.stream.Stream
45
46
-/**
47
- * Return a list with the common arguments for compilation with code generation.
48
- */
49
-fun JvmCompilationTask.commonArgs(): CompilationArgs = baseArgs() + codeGenArgs()
50
-
51
fun JvmCompilationTask.codeGenArgs(): CompilationArgs = CompilationArgs()
52
.absolutePaths(info.friendPathsList) {
53
"-Xfriend-paths=${it.joinToString(X_FRIENDS_PATH_SEPARATOR)}"
0 commit comments