touchlab / KaMPKit

KaMP Kit by Touchlab. A collection of code & tools designed to get your mobile team started quickly w/Kotlin Multiplatform
https://touchlab.co/
Apache License 2.0
2.2k stars 199 forks source link

Compile error in BreedModelTest #63

Closed russhwolf closed 4 years ago

russhwolf commented 4 years ago

As noted on slack https://kotlinlang.slack.com/archives/CTJB58X7X/p1583504721004300

KaMPKit/shared/src/commonTest/kotlin/co/touchlab/kampstarter/BreedModelTest.kt: (24, 17): No value passed for parameter 'viewUpdate'

BreedModel takes two lambdas now (with the most recent error-handling changes) but the test is only passing one.