hm, weird, it's working for me, it resolves the ex...
# announcements
k
hm, weird, it's working for me, it resolves the extension method when I do:
Copy code
val str = "Foo"
        val str2 = "foo"
        str.equals(str2, ignoreCase = true)
i
@alexcouch So does this code works for you?
a
I opened a new project and it works just fine now. I don't know what the problem is for that other project tbh