Sigh. Trying to re-engage some Compose work, going...
# compose
t
Sigh. Trying to re-engage some Compose work, going through a simple tutorial from Kodeco, and now Column requires me to "Opt in for InternalLayoutApi"? Is this real? or a side effect of trying to update ide, gradle, etc, and some mismatched setting somewhere now?
c
That seems odd. Version of Compose and a code snippet would be helpful to diagnose.
k
Maybe the tutorial is outdated. Maybe you're on a mix of dependencies. No screenshot of the problem, no repro repository or snippet... Can't get concrete answers without that.
m
the current release of compose @Travis Griggs is 1.3.1 I believe. But if you are on anything 1.0+ then you shouldn't be getting anything like that. Column has been stable since at least 1.0
s
An easy way to solve this for yourself is to use the compose bom and not have to think about dependencies at all. A true time saver especially in cases like this where you just wanna get into it
t
I think I've concluded that this tutorial is too out of date. thanks for the replies. what is "compose bom" @Stylianos Gakis?