https://kotlinlang.org logo
#compose
Title
# compose
r

Robert Menke

10/05/2020, 6:10 PM
Is the EAP version of kotlin (1.4.20-M1) compatible with alpha04?
z

Zach Klippenstein (he/him) [MOD]

10/05/2020, 6:12 PM
I think someone on the Compose team said last week that only 1.4.10 was compatible, or at least that’s the only one they’ve tested with.
👍 4
r

Robert Menke

10/05/2020, 6:15 PM
Gotcha. Tempted to give it a spin. This
Unbound type parameters are forbidden
error is impossible to track down haha 😅 .
a

Afzal Najam

10/05/2020, 6:36 PM
r

Robert Menke

10/05/2020, 6:54 PM
Hmm did it work for you with kotlin 1.4.10?
a

Afzal Najam

10/05/2020, 11:21 PM
Yup
c

Colton Idle

10/06/2020, 12:40 AM
Couldn't get 1.4.20 to work and someone from the compose team said that it shouldn't work IIRC. Scroll up a bit to find it if you're really curious.
b

Brian Beale

10/07/2020, 3:58 PM
Any luck with the
Unbound type parameters
error? It seems to have broken my build and I don't know how to fix it without waiting for an upgrade.
r

Robert Menke

10/07/2020, 4:18 PM
I had to reorganize my code. Seemed to be an issue with me using the slot pattern. No clue why the compiler barfs with it my types are fine. Definitely annoying but that’s the price you pay with alphas.
b

Brian Beale

10/07/2020, 4:23 PM
Well, that's confusing. Thanks for the context.
👍 2
I seem to have gotten around that error (again) this time by simply commenting out my composables and then bringing them back in...
r

Robert Menke

10/07/2020, 5:07 PM
Ya I would run into that as well but the error kept coming back so I had to find a work around. Very annoying. Seems to be some kind of non-deterministic compiler bug.