mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
Restore -no-stdlib.
This commit is contained in:
parent
44bc37881e
commit
c44ba24a93
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ class KConfiguration @Inject constructor(val compiler: KotlinCompiler){
|
||||||
fun compilerArgs(s: List<String>) = args.addAll(s)
|
fun compilerArgs(s: List<String>) = args.addAll(s)
|
||||||
|
|
||||||
fun compile(project: Project? = null, context: KobaltContext? = null) : TaskResult {
|
fun compile(project: Project? = null, context: KobaltContext? = null) : TaskResult {
|
||||||
return compiler.compile(project, context, dependencies, classpath, source, output, args /* + "-no-stdlib" */)
|
return compiler.compile(project, context, dependencies, classpath, source, output, args + "-no-stdlib")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue