Skip to content

Commit

Permalink
Should fix that
Browse files Browse the repository at this point in the history
  • Loading branch information
brahmkshatriya committed Oct 17, 2024
1 parent 5fc8c44 commit 818d507
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ApkManifestParser(
?: error("$key not found in Metadata for ${data.packageName}")

Metadata(
path = data.sourceDir,
path = data.sourceDir.orEmpty(),
className = get("class"),
importType = importType,
id = get("id") + importType.name,
Expand Down

0 comments on commit 818d507

Please sign in to comment.