Best place/tags to submit Intellij multiplatform i...
# multiplatform
k
Best place/tags to submit Intellij multiplatform issues? Currently running into an issue where renaming a file in the jvm source set renames it in common, but the purpose is to have different names to avoid name collisions in the JVM
a
Sounds like a feature. I would just rename in a file browser.
g
Place is kotlin issue tracker for sure, because it's Kotlin Plugin feature
k
@Arkadii Ivanov You can’t have the same file name in common and jvm. That doesn’t seem like a feature to me, if the default behavior doesn’t work.
a
You can't have same class. File may contain multiple classes or no classes at all. E.g. if you have a file with only expect functions, then you can have file with same name in JVM. And I would expect them to be renamed both.
k
Yes, if I’d clicked “Rename” and not “Rename File”, but I clicked the latter and would’ve expected it not to rename the common files
a
Ah there are two different options. Then you are definitely right.
k
Yeah, “Rename” is logical on class. 100% with you there
l
Best place is kotl.in/issue because it's linked to Kotlin. They can always move it to the IDEA project if needed, don't worry.