The way to do this is now
CompositionLocalProvider(LocalMinimumInteractiveComponentSize provides Dp.Unspecified) { SmallBox() }
You can also provide a different minimum size.