neerav
04/19/2023, 1:30 PMclasspath("androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version")
other plugins reference i am able to access in top level build.gradle.kts
but when I have added nav safe args under toml [plugins] not able to access that particular plugin
Not sure is it because of group name with “`:`”
android-navsafe-args = { id = "androidx.navigation:navigation-safe-args-gradle-plugin", version.ref = "navSafeArgsPlugin" }
Can anyone please help me in this ?
Apologies for posting same query on two channel. I was not aware about this channelVampire
04/19/2023, 1:37 PMVampire
04/19/2023, 1:39 PMbuildscript
block unless you have a very good reason, but apply or add it using the plugins { ... }
block.neerav
04/19/2023, 2:15 PM:
mentioned should be considered as a plugin id ?
Or it could be totally different ?Vampire
04/19/2023, 2:17 PM