Does the compose compiler plugin do some sort of global symbol remapping, even for non-Composable functions? I have a compiler plugin that I'm testing alongside compose, and anything that relies on symbol comparison or hashing is breaking (it works fine w/o compose).