I have a multiplatform library project that uses k...
# build-tools
j
I have a multiplatform library project that uses ksp to generate some code. When I try to publish that library to a maven repo I get
Unresolved reference
wherever the library is referencing a generated class/function. What am I suppose to do to tell the publish gradle task to also publish the generated code?
t
I think #gradle is better channel for such question. Regarding the issue itself - how your build file is looking?
j
I was not sure where to ask since the build task succeeds and the error occurs only on maven related task. But I’ll ask over there too then.
👌 1