I've been trying to figure out how to open up the emoji keyboard in Jetpack Compose. Since there is no specific KeyboardType instance for emojis in order for us to use as input type in TextField which would be awesome if they had in the first place in Compose. I don't want to use custom emoji keyboard solutions like Emoji or SuperNova-Emoji unless I don't find any other native Compose solution. Do you guys know how to achieve this in Jetpack Compose?