mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
No more warnings from kotlinc.
This commit is contained in:
parent
2ab24d66bd
commit
8d9f3903b2
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class KConfiguration @Inject constructor(val compiler: KotlinCompiler){
|
|||
fun compilerArgs(s: List<String>) = args.addAll(s)
|
||||
|
||||
fun compile(project: Project? = null, context: KobaltContext? = null) : TaskResult {
|
||||
return compiler.compile(project, context, dependencies, classpath, source, output, args)
|
||||
return compiler.compile(project, context, dependencies, classpath, source, output, args + "-no-stdlib")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue