https://kotlinlang.org logo
Title
a

arnaud.giuliani

05/11/2021, 4:00 PM
3.0.2 is just near publish
👍 1
j

John O'Reilly

05/15/2021, 8:20 AM
hi @arnaud.giuliani, should that 3.0.2 version be available yet?
a

arnaud.giuliani

05/17/2021, 7:28 AM
not yet, this week 👍
👍 1
I have some breakings due to 1.5.0
and Jetpack compose doesn’t compile with Kotlin 1.5.0
j

John O'Reilly

05/18/2021, 1:50 PM
I think hope is that there'll be Compose release today or tomorrow that will support Kotlin 1.5
a

arnaud.giuliani

05/18/2021, 2:03 PM
🤞
I can wait a bit for Koin 3.0.2 😄
well, I’ll add it in 3.0.3 if needed 😄
j

John O'Reilly

05/18/2021, 4:34 PM
seems a lot of balls up in the air at the moment with different things dependent on others....guess that's the fun of working in environment that we do 😀
@arnaud.giuliani looks like 3.0.2 isn't available for
koin-androidx-compose
artifact...is that expected?
a

arnaud.giuliani

05/19/2021, 7:13 AM
we can’t compile it 🤷 with Kotlin 1.5
j

John O'Reilly

05/19/2021, 7:14 AM
Ah, sorry, you did mention that
Probably not generally recommended but looks like I was able to pull in 3.0.2 but use 3.0.1 compose dependency and things worked ok
a

arnaud.giuliani

05/19/2021, 10:06 AM
O.o
weird stuff 😛
j

John O'Reilly

05/19/2021, 10:06 AM
probably more luck than anything 🙂
😁 1
I was able to verify anyway that JS IR change was there (so it works now with Compose for Web)
👍 1
m

Marek Hlava

05/19/2021, 1:19 PM
looks like compose beta07 doesn't support Kotlin 1.5 yet but it also breaks backwards compatibility 😢 https://developer.android.com/jetpack/androidx/releases/compose-compiler#1.0.0-beta07
1
a

arnaud.giuliani

05/19/2021, 1:40 PM
that’s why I wait for their updates