Any clue what this is? Compiles fine
# announcements
u
Any clue what this is? Compiles fine
b
lis it a kotlin library meant to be used crossed platform?
u
well, its a pure kotlin library
Copy code
apply plugin: "kotlin"
but I don't do multiplatform anything, jvm only if I click into it then I see
Copy code
@SinceKotlin("1.1") public actual typealias RuntimeException = java.lang.RuntimeException
c
I've had this problem in JVM-only modules in Android Studio ever since upgrading to Java 11
u
For me sometimes following these steps work: • remove build directory and rebuild • close intellij and remove .idea folder and open it up again • invalidate caches and indexes and restart • check java SDK and remove and set it again
u
Hmm I didnt change java version, but I did upgrade AS to the latest 4.2