It seems like I can build it from the commandline, but I'm trying to debug 
through some stuff from inside intellij and am running into compile errors. 
Most likely something really easy, but I'm struggling to figure it out.

It seems like all of the errors are around Kotlin and tests?
Here are some of the errors:
{~/code}/androidstudio/tools/idea/platform/vcs-log/graph/test/com/intellij/vcs/log/graph/impl/print/PrintElementGeneratorTest.kt
Error:(81, 3) Kotlin: Expecting member declaration


Error:(42, 35) Kotlin: Unresolved reference. None of the following 
candidates is applicable because of receiver type mismatch: 
public fun <T> kotlin.Array<out ???>.sort(fromIndex: kotlin.Int = ..., 
toIndex: kotlin.Int = ...): kotlin.Unit defined in kotlin
public fun kotlin.ByteArray.sort(fromIndex: kotlin.Int = ..., toIndex: 
kotlin.Int = ...): kotlin.Unit defined in kotlin
public fun kotlin.CharArray.sort(fromIndex: kotlin.Int = ..., toIndex: 
kotlin.Int = ...): kotlin.Unit defined in kotlin
public fun kotlin.DoubleArray.sort(fromIndex: kotlin.Int = ..., toIndex: 
kotlin.Int = ...): kotlin.Unit defined in kotlin
public fun kotlin.FloatArray.sort(fromIndex: kotlin.Int = ..., toIndex: 
kotlin.Int = ...): kotlin.Unit defined in kotlin
public fun kotlin.IntArray.sort(fromIndex: kotlin.Int = ..., toIndex: 
kotlin.Int = ...): kotlin.Unit defined in kotlin
public fun kotlin.LongArray.sort(fromIndex: kotlin.Int = ..., toIndex: 
kotlin.Int = ...): kotlin.Unit defined in kotlin
public fun kotlin.ShortArray.sort(fromIndex: kotlin.Int = ..., toIndex: 
kotlin.Int = ...): kotlin.Unit defined in kotlin



I wondered if it was just because I'm missing kotlin. I added the kotlin 
plugins as well as installed kotlin using brew.

Any help would be greatly appreciated.

Cheers,
Stephen

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to