miha-x64
02/11/2017, 7:41 PMorangy
miha-x64
02/11/2017, 8:20 PMpakoito
02/12/2017, 2:45 AMpakoito
02/12/2017, 2:46 AMsreich
02/12/2017, 3:13 PMmiha-x64
02/12/2017, 6:36 PMnew TreeSet<>()
)
Wrong 1st argument type. Found: java.util.TreeSet<java.lang.Object>, required: java.util.Set<java.lang.Long>And where are these memory tools? Can't find any mentions in the blog. Actually, new IDEA looks faster, has better icons, and I really like parameter name badges. ❤️ 4 replies Actually, this not helped. I've got Oracle Java 1.8.0_121 as project SDK, Java 7 as Project language level, 1.7 as Project Bytecode Version, and
sourceCompatibility = 1.7
in build.gradle.
Compiler continues treating new TreeMap<>()
as new TreeMap<Object>()
.Ian
02/12/2017, 8:06 PMorangy
Ian
02/12/2017, 9:12 PMIan
02/12/2017, 9:13 PMbarteks2x
02/13/2017, 4:56 PMResource not found in classpath: kotlin/coroutines/coroutines.kotlin_builtins
java.lang.IllegalStateException: Resource not found in classpath: kotlin/coroutines/coroutines.kotlin_builtins
How can I update the plugin?
When the update failed it showed me directory with logs, but there are many of them and I don't know which one is relevant.barteks2x
02/13/2017, 4:59 PMbarteks2x
02/13/2017, 4:59 PMbarteks2x
02/13/2017, 5:06 PMandrewoma
02/13/2017, 10:14 PMmingkangpan
02/14/2017, 3:17 PMmingkangpan
02/14/2017, 3:17 PMrobin
02/14/2017, 3:37 PMclass Class(s: String)
class AnotherClass {
fun method() {
val aClass = Class("string")
}
}
to this:
class Class {
companion object {
operator fun invoke(s: String): Class {
return Class()
}
}
}
class AnotherClass {
fun method() {
val aClass = Class("string")
}
}
robin
02/14/2017, 3:38 PMAnotherClass
hasn't changed at all.miha-x64
02/15/2017, 8:54 AMdependencies▾
kirillrakhman
02/15/2017, 9:08 AMkirillrakhman
02/15/2017, 9:08 AMkirillrakhman
02/15/2017, 9:09 AMsreich
02/15/2017, 5:31 PMsreich
02/15/2017, 5:31 PMsreich
02/15/2017, 5:31 PMkirillrakhman
02/15/2017, 5:33 PMkirillrakhman
02/15/2017, 5:33 PMkirillrakhman
02/15/2017, 5:34 PM