Emil Kantis
11/24/2021, 10:51 PMorg.jetbrains:annotations
from commonMain? I can’t seem to get it to work.. Assuming the dependency is only available for JVM, is there any way to add annotations for jvm target? 🤔itnoles
11/24/2021, 11:03 PMephemient
11/25/2021, 12:59 AMexpect annotation class
mirroring the JVM-only annotations, with actual typealias
in jvmMain
, and either stub actual annotation class
on other platforms or @OptionalExpectation
on expectationEmil Kantis
11/25/2021, 8:04 AM