https://kotlinlang.org logo
Title
c

christophsturm

11/12/2020, 10:45 AM
Idea now complains about one of my test classes, but it compiles and runs fine.
Class 'RepositoryFunctionalTest' is not abstract and does not implement abstract base class member public abstract fun context(p0: String, p1: (FunSpecContextScope!, Continuation<Unit!>!) -> Any!): Unit defined in io.kotest.core.spec.style.FunSpec
so its an idea bug, but it just appeared without any changes, so I’m not sure if its reproducable on other installations. invalidate caches does not help
d

dazza5000

11/12/2020, 1:16 PM
please include your build.gradle.kts or some more information
s

sam

11/12/2020, 2:45 PM
Sounds like a build issue yeah
c

christophsturm

11/12/2020, 2:47 PM
it only happens with the 2020.3 beta and the gradle build works. will post a link to my branch as soon as i push it