Bug: incorrect import of kotlin.to

Where should I report this issue?:

I’m using Android Studio.
I created an infix Foo.to(bar : Bar) function.
This is referred to by another file using a star-import.
If I move a file which uses this function to another package it imports kotlin.to, so everything breaks…

1 Like

Probably the normal kotlin issue tracker is fine. This might be an itellij issue but it’s also related to kotlin so I would put it there. They have a “tool” tag or something similar for that AFAIK. In any case they can move the issue if it’s the wrong place.
https://kotl.in/issue

1 Like

I didn’t create an issue, as I later saw that it sometimes did and sometimes didn’t work. Have to see when, to make it really useful