Skip to content

Commit

Permalink
env: add doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Jun 12, 2024
1 parent a2349d2 commit 4401e9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/env/env.v
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ pub const default_components_ge_java_9 = {
}
}

// get_default_components returns the default components map based on what Java version is being used
pub fn get_default_components() !map[string]map[string]string {
jdk_semantic_version := semver.from(java.jdk_version()) or {
error_tag := '${@MOD}.${@FN}'
Expand Down

0 comments on commit 4401e9e

Please sign in to comment.