Is there a way to "apply dependencies" when it is ...
# gradle
j
Is there a way to "apply dependencies" when it is not appearing on screen?
1
g
What do you mean?
s
I guess it is about link for applying new dependencies when
build.gradle.kts
file is changed. @Javier AFAIK, currently there is no way to do it outside “There are new scripting dependencies available.” message. In what case you need to do that?
j
I think it doesn't appear always so I have to change a little the file to force it to appear
2
s
Can you please fill issue in youtrack with more details and log files? - Windows:
Application Data/gradle-kotlin-dsl/log
- Linux:
~/.gradle-kotlin-dsl/log
- Mac:
~/Library/Logs/gradle-kotlin-dsl
j
@snrostov next time I got this issue I will try to replicate and I will post there
🙏 1