Jeff Lockhart
09/15/2023, 7:45 PMkotlin.test.Test
), but not others (kotlin.test.assert*
). Everything works at compile/run time. kotlin.test
is an API dependency coming from a testing-support module. If I add the dependency directly to the module, the errors go away.
This is a regression from Kotlin 1.9.10.Ivan Kubyshkin [JetBrains]
09/18/2023, 9:08 AMSebastian Sellmair [JB]
09/21/2023, 1:07 PMJeff Lockhart
09/21/2023, 8:38 PM