You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
@siosio Is it possible to improve it like when the developer push Enter on the suggested number row, update the version number on the variable, not overwrite the $version keyword?
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!The text was updated successfully, but these errors were encountered: