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

themishkun

10/15/2019, 10:10 AM
Just saw in some sample floating online that compose needs
kapt
and
kotlin.reflect
now. Will it be permanent requirements or a subject to change?
m

Matej Drobnič

10/15/2019, 10:12 AM
wait why would it need kapt? Isn't compose a compiler plugin?
source 😉
m

Matej Drobnič

10/15/2019, 10:53 AM
I believe you, I'm just wondering why.
a

Adam Bennett

10/15/2019, 11:35 AM
The kapt plugin currently doesn't work, the maven repo is empty apparently
l

Leland Richardson [G]

10/15/2019, 3:59 PM
i’m not 100% sure but i don’t see any reason for it to need either. i believe someone is investigating these dependencies as i’m not sure when they were added and why
i think compose used some reflection very early on and the dependency just never got removed
update: reflect is going away. kapt is not a dependency and never was.
🎉 3
t

themishkun

10/15/2019, 5:44 PM
thank you, @Leland Richardson [G] for clarify 😃
4 Views