Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
58
function
getGradlePackageName(id: string): string {
59
return
id.replace(
'@'
,
''
).replace(
'/'
,
'-'
);
60
}
61
62
interface
PluginsJsonEntry {
63
pkg: string;
Callers
1
installGradlePlugins
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected