hands-on
hands-on copied to clipboard
Update 03_Adding_dependecies.md: "commonMain {" to "val commonMain by getting {"
trafficstars
The first code sample including "commonMain" lacked "val" and "by getting", thus making it inconsistent with the other code samples. Perhaps adding "val" and "by getting" would clarify this code sample for beginner users?