Closed josegbel closed 2 years ago
Trying to fake a class like the one below will throw an exception:
MocKMP: Cannot generate fake for non concrete class com.example.MyFloat e: Error occurred in KSP, check log for detail
typealias MyFloat = Float dataclass MyClass(val foo: MyFloat)
Fixed in 1.7.0
Trying to fake a class like the one below will throw an exception: