mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Not necessary.
This commit is contained in:
parent
b1a4508d03
commit
6c60b15bc0
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class KotlinCompiler @Inject constructor(val localRepo : LocalRepo,
|
|||
*/
|
||||
private fun compilerFirst(list: List<File>): List<File> {
|
||||
val result = arrayListOf<File>()
|
||||
list.forEach { it
|
||||
list.forEach {
|
||||
if (it.name.startsWith("kotlin-")) result.add(0, it)
|
||||
else result.add(it)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue