Hi,
Quite easy to reproduce:
class OMG {
val shouldBeInResource = “blahblah”
}
Pull up the intent actions, there is no “Extract string resource”
While in Java file, seems like this action is available from any string literal, producing code like ‘.getString(…)’ and creating the String resource for me