mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 16:07:12 -07:00
don’t add deprecated kotlin runtime jar to classpath
This commit is contained in:
parent
0cc2c23a32
commit
1ff46b5842
2 changed files with 1 additions and 2 deletions
|
@ -16,6 +16,5 @@ class KotlinJarFiles @Inject constructor(val dependencyManager: DependencyManage
|
|||
}
|
||||
|
||||
val stdlib: File get() = getKotlinCompilerJar("stdlib")
|
||||
val runtime: File get() = getKotlinCompilerJar("runtime")
|
||||
val compiler: File get() = getKotlinCompilerJar("compiler-embeddable")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue