MCPcopy
hub / github.com/ionic-team/capacitor / getGradlePackageName

Function getGradlePackageName

cli/src/android/update.ts:58–60  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

56}
57
58function getGradlePackageName(id: string): string {
59 return id.replace('@', '').replace('/', '-');
60}
61
62interface PluginsJsonEntry {
63 pkg: string;

Callers 1

installGradlePluginsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected