Getting following build error for Compose for Web ...
# ktor
j
Getting following build error for Compose for Web and Kotlin/JS modules after updating to
2.0.0-rc-1
- full stack trace in https://github.com/joreilly/PeopleInSpace/runs/5887877881?check_suite_focus=true
Copy code
IllegalArgumentException: Sequence has more than one element
plus1 1
Is there dependency now perhaps on using Kotlin
1.6.20
(though can't move to that yet until Jetpack Compose supports it)?
btw had been using 2.0.0 beta version up to now and was building/working ok
k
Seeing the same thing.
h
Yep, Ktor uses 1.6.20, which is not compatible with 1.6.10 used by compose in JS (IR).
👍 2