Skip to content

It doesn't work if you write variable for version number #11

Description

@Drjacky

If we write the dependency line like this:
implementation "com.squareup.retrofit2:retrofit:"
It works.
If we write the dependency line like this:
implementation "com.squareup.retrofit2:retrofit:2.4.0"
And put the cursor before 2.4.0, and push Ctrl + Shift + Space buttons,
It works.

But
If we write it like this one:
implementation "com.squareup.retrofit2:retrofit:${retrofit2Version}"
And put the cursor before $ sign, and push Ctrl + Shif + Space buttons, it doesn't bring anything!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions