Hi, we have a shared kotlin lib for both android a...
# multiplatform
k
Hi, we have a shared kotlin lib for both android and iOS. The lib heavily relies on regexes. We’ve had no issues in the past. But we now came across a regex that yields different results on iOS. We are clueless why this happens, does the iOS implementation use a different regex implementation? If so, which one? When doing the same regex in Swift we get the expected result.
a
Hello, @Kilian Steenman! This sounds like a bug. Consider filing an issue at kotl.in/issue with an example of problematic code(example project would be the best).
k
I will! Thanks for the quick reply 🙂