Is this a known problem? is there a workaround?
# ktor
h
Is this a known problem? is there a workaround?
I could imagine it’s because the project was configured to use 1.2.71 as compiler. (ide and gradle config are not in sync
c
For sure you have mixed version. Kotlin version should be 1.3.0-eap-131 otherwise it will not work. Try to sync gradle project, check dependencies tree in IDEA to find where the wrong version comes from
h
Indeed:
Do I need to use the EAP version of the kotlin IDE plugin to make it work?
c
Well, you need to delegate build to gradle at least
h
Cool feature, I had no clue that it even existed.