Jacob Rhoda
10/24/2023, 4:08 PMAnyObject
. However, if I am using the enum then I can’t specify the Swift enum type, and instead must refer to the underlying bridged type, which is now prepended with __
. Is there any easy way to mask this on the Swift side so that I can use the Swift type along with the Kotlin generic class?Filip Dolník
10/24/2023, 5:29 PMJacob Rhoda
10/24/2023, 6:01 PM