I am trying to compile an application against a custom kernel.
When I add a dependency to the wadapps framework in the application, I have this error:
1 : KERNEL/FEATURE ERROR
[M34] - Type ej.wadapps.management.ApplicationMetadataProviderProxy is an invalid Proxy class for shared interface ej.wadapps.management.ApplicationMetadataProvider.
(line 17 of /Users/hrohloff/.ivy2/cache-cross5/ej.library.wadapps/framework/jars/framework-1.10.0.jar[wadapps.si])
<sharedInterface name="ej.wadapps.management.ApplicationMetadataProvider"/>
^^^^^^^^^^^^^^^
What can I do to solve this?