I have been trying to build a native project that ...
# ksp
a
I have been trying to build a native project that depends on a library that makes use of ksp. Apart from the issue regarding test builds (context: https://kotlinlang.slack.com/archives/C013BA8EQSE/p1630246449011600), now the library looks like it builds. However when I'm building the app part, it results in
undefined reference to (my type)
. Any idea why this happens?
The reproducing project is https://github.com/atsushieno/augene-ng , in
native-issue
branch, and build log can be found at https://github.com/atsushieno/augene-ng/actions/runs/1208548442
j
can you check if the file has been successfully generated?
a
It is kinda hard to tell if it is "successfully" generated - needs some definition, but
diff -ur build/generated/ksp/jvmMain/ build/generated/ksp/nativeMain/
shows no code difference at least.