Hey guys, I have a few issues with my project setu...
# kotlin-native
s
Hey guys, I have a few issues with my project setup using IntellJ 2018.2.5 with the gradle plugin: 1) I don't have any autocompletion for 1.3 methods. e.g.
1.toByte()
does autocomplete,
1.toUInt()
does not. 2) My source directory (src/main/kotlin) is not marked as a source directory, which is a bit inconvenient. Already tried adding it explicitly by adding
main.kotlin.srcDirs += 'src/main/kotlin/'
to sourceSets 3) IntelliJ seems to think my package declaration should be
package kotlin.normal.package.name
instead of
package normal.package.name
Any ideas?
l
@se1by Check Kotlin settings in the IDE, they may be out of sync with your gradle config. Also, make sure you have 1.3.0 IDE plugin