Thanks. That worked!
Cheers,
Stephen
On Sunday, November 8, 2015 at 7:01:40 PM UTC-7, Deepanshu Gupta wrote:
>
> For Kotlin errors, the kotlin plugin should be disabled in the IntelliJ
> instance that you are running.
>
> On Friday, November 6, 2015 at 4:26:55 PM UTC-8, Stephen Shaw wrote:
>>
>> 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.