Hey all, just grabbed 0.6.0, did an amper init, ch...
# amper
c
Hey all, just grabbed 0.6.0, did an amper init, choosing kmp library and it won't build out of the box due to the use of actual/expect class (for the
Lib
class) - I think the template should use actual/expect functions instead
j
Thanks for the report, we'll have a look at this. Did you try to build from the command line and got a failure there? Or is it red code in the IDE only? If IDE only, what version were you using?
I just tested it out with Amper 0.6.0,
./amper init kmp-lib
, and
./amper build
works fine. I do get the warnings about expect/actual classes, but the build succeeds.
We'll update the template to avoid the warning, though, it's a bit annoying indeed.