Has anyone seen this kind of Intellij kotlin edito...
# intellij
t
Has anyone seen this kind of Intellij kotlin editor complaint of Regex constructor while compilation passes: Overload resolution ambiguity. All these functions match. public constructor Regex(pattern: String) defined in kotlin.text.Regex public fun Regex(pattern: String): Regex defined in kotlin.text
y
are you using Kotlin/JS?
t
Yes in the project but not in the module in question.
Could the be some problem with mixup of standard libraries or ide facets?