rockerhieu
07/06/2017, 6:55 AMpublic final class Utils {
public static void somethingUseful() {}
}
I don't see any suggestion to import the static method Utils.somethingUseful()
when writing Kotlin code. Do I need to configure the Kotlin IDEA plugin?Version: 1.1.3-release-Studio3.0-2
gildor
07/06/2017, 7:10 AMrockerhieu
07/06/2017, 7:16 AMgildor
07/06/2017, 7:31 AMrockerhieu
07/06/2017, 7:35 AMchristophsturm
07/06/2017, 10:08 AM