Has anyone here seen `warning: Cannot find annotat...
# multiplatform
j
Has anyone here seen 
warning: Cannot find annotation method 'xi()' in type 'Metadata'
 style errors when using a kmp-jvm library from a java project? I kinda thought using the 
java
 and 
java-library
 plugins would make things "just work"
r
If you're using java plugins you probably need to do
jvm { withJava() }
in your target declaration
j
Yeah I did that 🤔