File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -81,16 +81,16 @@ android {
8181
8282dependencies {
8383 /* Local Op dependencies */
84- " debugImplementation" (project(mapOf ( " path " to " :pluto:lib" ) ))
85- " debugImplementation" (project(mapOf ( " path " to " :pluto-plugins:bundle:lib" ) ))
84+ " debugImplementation" (project(" :pluto:lib" ))
85+ " debugImplementation" (project(" :pluto-plugins:bundle:lib" ))
8686
8787 /* Maven Op dependencies */
8888 " debugMavenImplementation" (" com.plutolib:pluto:$verPublish " )
8989 " debugMavenImplementation" (" com.plutolib.plugins:bundle-core:$verPublish " )
9090
9191 /* Local NoOp dependencies */
92- " debugNoOpImplementation" (project(mapOf ( " path " to " :pluto:lib-no-op" ) ))
93- " debugNoOpImplementation" (project(mapOf ( " path " to " :pluto-plugins:bundle:lib-no-op" ) ))
92+ " debugNoOpImplementation" (project(" :pluto:lib-no-op" ))
93+ " debugNoOpImplementation" (project(" :pluto-plugins:bundle:lib-no-op" ))
9494
9595 /* Maven NoOp dependencies */
9696 " debugNoOpMavenImplementation" (" com.plutolib:pluto-no-op:$verPublish " )
You can’t perform that action at this time.
0 commit comments