Fabio
10/05/2021, 11:03 PMjim
10/05/2021, 11:06 PMFabio
10/05/2021, 11:14 PMjim
10/06/2021, 12:01 AMFabio
10/06/2021, 12:21 AM@Composable
functions. I'd consider it safe to make a library that uses compose 1.0.3 and kotlin 1.5.31 and then bring it into an app that has kotlin 1.5.21 or even let's say 1.5.40 (and let's assume for the moment there's no @Composable
in that app), because once compose code turns into bytecode everything is compatible with Java 8?
I've used projects that worked fine like this. Is there any caveats?jim
10/06/2021, 7:31 AM