I’m unable to compile a framework using 0.5, throu...
# kotlin-native
c
I’m unable to compile a framework using 0.5, through the konan gradle plugin -
error: you have not specified any compilation arguments. No output has been produced.
The provided calculator sample compiles fine - so I suppose this a configuration issue on my end. Any ideas? I’m using a very similar build script setup as the sample is.
Figured it out! The module didn’t have any source… I assumed that
srcFiles
would cover me there. Looks like there needs to be at least some
.kt
in the module specific module being built.