Regex.pattern not available in stdlib-common

According to the kotlin documentation, the pattern property of kotlin.text.Regex is not JVM specific.
However, there is no such property defined in the respective common class.

Am I missing something? Is this intented?

Is this intented?

No, that’s a defect, should be fixed in the next release.

Ah, ok. There is an issue already then?

There’s no issue for this, but the fix is already in 1.2.20-eap-33 (Kotlin 1.2.20 EAP)

Ok, thanks.