Álvaro
06/13/2024, 7:30 AMOr a KSP plugin is the same:Copy codeexception: info: @MyAnnotation not applied to class.
Even with Kotlin logging itself:Copy codeexception: info: [ksp] loaded provider(s): [com.squareup.moshi.kotlin.codegen.ksp.JsonClassSymbolProcessorProvider]
```exception: MyClassTest.kt3521: warning: this declaration needs opt-in. Its usage should be marked with '@kotlinx.coroutines.ExperimentalCoroutinesApi' or '@OptIn(kotlinx.coroutines.ExperimentalCoroutinesApi::class)'
exception: Dispatchers.setMain(UnconfinedTestDispatcher())```We have the same configuration for various projects, but it happens only on a few, not every project. Any idea on why this is happening, thanks?
Vampire
06/13/2024, 7:41 AM