I'm trying to use `@Contract` from org.jetbrains:...
# multiplatform
m
I'm trying to use
@Contract
from org.jetbrains:annotations in commonMain, but for some reason it can't find the annotation. I've verified it's in the libraries, what could I be doing wrong?
c
It's a Java library, no?
m
Ah, I assumed it was cross-platform, my bad