This message was deleted.
# feed
s
This message was deleted.
❤️ 4
v
What versions are you using? For me the yellow notification has an option to decompile to java
e
@Vampire every version, up to 203. It depends if the file comes from your project or not
If it's an external dependency you will get stubs only
Although as mentioned in Github my solution results in a side effect on IDE indexes. Need to solve that anyway before publishing to marketplace.
v
I meant IJ version and Kotlin plugin version. I get this option for external dependencies too
e
@Vampire 2020.3 and earlier, and 1.4.20 and earlier
v
Strange, works fine with 2020.1 and 1.4.10 here
e
@Vampire I think there are particular instances where it won't work. It happens frequently here, but yes, sometimes I get the option to decompile too
@Vampire that "Decompile" action comes
DecompileKotlinToJavaActionProvider
. It seems it doesn't offer to decompile when it isn't able to associate with a library
Just for a test.
v
Maybe this is more a bug then and should be reported to Jetbrains 🙂
e
@Vampire maybe, but after reading a couple issue on YouTrack it seems intentional
v
Oh. 😞 Did they provide some reasoning?