Tool Versions #420
Replies: 5 comments
-
IntelliJ version Using 2023.2.4, see: https://youtrack.jetbrains.com/issue/IDEA-337100/IDE-forgets-info-like-a-class-that-exists Maybe upgrading to kotlin 1.9.20 fixed problem?
|
Beta Was this translation helpful? Give feedback.
-
Gradle Currently using Gradle 8.3 New multiplatform builds 11/3/2023. Seems to have finally fixed plugin problems. The version of gradle is set in gradle/wrapper/gradle-wrapper.properties To check, run
See Upgrade Gradle From https://docs.gradle.org/current/release-notes.html
|
Beta Was this translation helpful? Give feedback.
-
Kotlin Upgraded to kotlin 1.9.20 11/3/2023 This is done by setting the kotlin plugin version in gradle:
|
Beta Was this translation helpful? Give feedback.
-
Java Compiling with JDK 19, with language level 17, jvmTarget 1.8.
Need to investigate the use of gradle toolchains |
Beta Was this translation helpful? Give feedback.
-
Library versions Set in gradle/libs.versions.toml. Currently just copied between egk and webapps. kotlin-version = "1.9.20" bull-result = "1.1.18" |
Beta Was this translation helpful? Give feedback.
-
11/4/2023
kotlin 1.9.20
gradle 8.3
IntelliJ 2023.2.4
JDK 19, with language level 17, kotlin jvmTarget 1.8.
Beta Was this translation helpful? Give feedback.
All reactions