tadej
10/28/2018, 10:59 AMiosMain
module, where the IDE complains about Kotlin not being configured, while androidMain
and common
dir/module work fine. I've added it as a sourceSet
in build.gradle
, with and without the stdlib, tried the plugin DSL, restarted the IDE, invalidated caches, all with no avail.
Additionally, there seem to be no native dependencies available, meaning any import from e.g. platform
is unrecognized. I've added the <https://dl.bintray.com/jetbrains/kotlin-native-dependencies>
repo, but the issue remains.
Any ideas on how to resolve the two problems?olonho
10/29/2018, 5:40 AMtadej
10/29/2018, 3:38 PMIntelliJ IDEA 2018.2.5 (Community Edition)
Build #IC-182.4892.20, built on October 16, 2018
JRE: 1.8.0_152-release-1248-b19 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.13.6
I've been using 1.3.0-rc-XXX
Kotlin versions/plugin.