object which is the entry point for accessing the theme
k
kyleg
02/18/2020, 8:57 PM
Cool, thanks. Preview definitely changed, but changed to look like there’s no theme at all now, haha. I’ll investigate, but at least I know how to translate that erstwhile inline function.
r
Ryan Mentley
02/18/2020, 9:09 PM
You'll also want to remove the
+
on newer Compose versions
k
kyleg
02/18/2020, 10:54 PM
Yes, thanks Ryan. The
textThemeStyle
appears to have been removed without notes as to how to replace, but the
unaryPlus
operating on various things in Compose remains in the code but with a
Deprecate
annotation and a note about how it’s not necessary anymore.