You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that the ksp module needs to be a kotlin/jvm module, we cannot include android libraries in it.
However, we will like to generate code containing the usages of an android library.
Compilation in the test code is failing because those references obviously are not in the classpath.
What are your thoughts on how to solve this problem? Is there any api that we might configure to relax the rules a bit?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Given that the ksp module needs to be a kotlin/jvm module, we cannot include android libraries in it.
However, we will like to generate code containing the usages of an android library.
Compilation in the test code is failing because those references obviously are not in the classpath.
What are your thoughts on how to solve this problem? Is there any api that we might configure to relax the rules a bit?
Thanks a lot for your work on this library
Beta Was this translation helpful? Give feedback.
All reactions