Hi all! I am using Kotlin <All-Open> compiler plug...
# multiplatform
n
Hi all! I am using Kotlin All-Open compiler plugin to be able to use Fakes for testing. It works fine on Android but fails for iOS with error like
Copy code
AuthenticationClientFake.kt: (26, 43): This type is final, so it cannot be inherited from
Is there some plan to support this compiler plugin with Kotlin Native?
n
While this isn’t an answer to your question, have you considered using interfaces, resulting in depending on abstractions over implementations?
n
@Nicklas Jensen that is the route we will most likely take in the end, but the team was not fond of defining interfaces just for tests