https://kotlinlang.org logo
Title
d

Dieter Konrad

06/16/2022, 1:24 PM
Hey I need for a coding challenge an IDE with Kotlin 1.3 support. How I get this IntelliJ Version?
s

Sam

06/16/2022, 1:28 PM
Just use the latest IntelliJ version and set your Kotlin version in
Preferences | Build, Execution, Deployment | Compiler | Kotlin Compiler
d

Dieter Konrad

06/16/2022, 1:34 PM
Thank you but I think I need to go to gradle settings.
Could not initialize class org.jetbrains.kotlin.gradle.plugin.sources.DefaultKotlinSourceSetKt
> Exception java.lang.NoSuchMethodException: org.gradle.api.internal.file.DefaultSourceDirectorySet.<init>(java.lang.String,org.gradle.api.internal.file.FileResolver,org.gradle.api.internal.file.collections.DirectoryFileTreeFactory) [in thread "Daemon worker"]
Gone to jdk 1.8 Now only one error left
Could not initialize class org.jetbrains.kotlin.gradle.plugin.sources.DefaultKotlinSourceSetKt
Setting Kotlin Version to .72 solves the problem.
kotlin("jvm") version "1.3.72"
I think the difference should be the fixes…
Next step is:
Tools > Kotlin > Configure Kotlin in Project
now I have IDE support. Thank you @Sam