Hi, I have no `kotlin` skills, but I am trying to ...
# ktor
w
Hi, I have no
kotlin
skills, but I am trying to add it (in fact upgrade to 1.3) in https://github.com/the-benchmarker/web-frameworks/pull/2951 Could someone help me ? I have some messages
Class 'kotlin.Unit' is compiled by a pre-release version of Kotlin and cannot be loaded by this version of the compiler
on
gradle
6.5 and
kotlin
1.3.72
r
I'd ditch the
+
in the versions, as it sounds like a version mismatch is happening between Kotlin parts.
w
sorry, you mean ?
who thing it's a version mismatch ?
n
could also be that you need to run gradle
clean
to make it behave.. but my money would also be on version mismatch to something like eap versions try running gradlew
dependencies
?
w
is there a way to avoid
eap
?
e
Could you check it using gradle
5.4.*
?
w
gradle version is provided by docker image no ?
e
It depends on your configuration. Usually we're using wrapper and specify it in
gradle-wrapper.properties
. But it also can be system global, without wrapper
w
I do not override this, I prefer using the
default
Copy code
------------------------------------------------------------
Gradle 6.5
------------------------------------------------------------

Build time:   2020-06-02 20:46:21 UTC
Revision:     a27f41e4ae5e8a41ab9b19f8dd6d86d7b384dad4

Kotlin:       1.3.72
Groovy:       2.5.11
Ant:          Apache Ant(TM) version 1.10.7 compiled on September 1 2019
JVM:          11.0.7 (AdoptOpenJDK 11.0.7+10)
OS:           Linux 4.14.154-boot2docker amd64