Mark
08/22/2025, 2:45 PMexpect class Foo(): Bar
Class 'Foo' is not abstract and does not implement abstract members:
It happens when the expect class is implementing some interfaceMeet
08/22/2025, 2:49 PMMark
08/22/2025, 2:51 PMexpect fun
not expect class
Note - the app compiles and runs fine. It’s just the IDE causing issues.Meet
08/22/2025, 2:52 PMJacob Kwitkoski
08/23/2025, 4:30 AMMark
08/23/2025, 7:26 AMMark
08/23/2025, 7:27 AMexpect class PlatformTypeface // common
actual typealias PlatformTypeface = android.graphics.Typeface // android