Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
4 contributions in the last year
Contribution activity
October - December 2020
September 2020
Created an issue in touchlab/KaMPKit that received 2 comments
[except-actual]No value passed for parameter 'param'
Kotlin:1.4.0
// commonMain
expect object CommonClass { fun someFun(param: String = "default value")
} // jvmMain
actual object CommonClass { actual…

