Using 4584 everywhere now, still busted: ``` Infor...
# kobalt
c
Using 4584 everywhere now, still busted:
Copy code
Information:Kotlin: Kotlin JPS plugin version 1.0.0-beta-4584-IJ143-12
Information:Kotlin: Plugin loaded: KotlinAndroidJpsPlugin
Information:Kotlin: Using kotlin-home = /Users/beust/Library/Application Support/IntelliJIdea15/Kotlin/kotlinc
Information:Kotlin: Kotlin Compiler version 1.0.0-beta-4584
Information:12/27/15, 11:14 PM - Compilation completed with 701 errors and 0 warnings in 19s 858ms
/Users/beust/kotlin/kobalt/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/Args.kt
Error:(7, 33) Kotlin: Cannot choose among the following candidates without completing type inference: 
public fun <T> arrayListOf(vararg elements: kotlin.String): java.util.ArrayList<kotlin.String> defined in kotlin
public fun <T> arrayListOf(vararg elements: kotlin.String): java.util.ArrayList<kotlin.String> defined in kotlin.collections