[versions] # Define the dependency versions
navSafeArgsPlugin = "7.0.4"
[plugins] # Define the plugins
android-navsafe-args = { id = "androidx.navigation:navigation-safe-args-gradle-plugin", version.ref = "navSafeArgsPlugin" }
đ 1
n
neerav
04/19/2023, 3:38 PM
@Magdalena Tsolaki so it would be without
plugins {}
?
And one small query on different topic the screenshot seems you have changed the name of toml file.. is that needs to be define if we give different name?
m
Magdalena Tsolaki
04/19/2023, 3:41 PM
no I just put it in the root dir instead the gradle dir and rename it
Magdalena Tsolaki
04/19/2023, 3:42 PM
jip thats a plugin as you said đ
đ¤ 1
Magdalena Tsolaki
04/19/2023, 3:44 PM
thats the section of settings.gradle.kts if you want to move your .toml to another dir: