To follow standard naming and code style, sdkPath should be a getter and not start with get.
I recommend deprecating the current function and adding a getter, then removing in the next "major" version (meaning minor version increment, since we're pre 1.0.0).
To follow standard naming and code style,
sdkPathshould be a getter and not start withget.I recommend deprecating the current function and adding a getter, then removing in the next "major" version (meaning minor version increment, since we're pre 1.0.0).