-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I ignore lateinit var
field?
#90
Comments
There's no built in way currently... and perhaps it seems a little weird that the library tries to populate Additionally you could also imagine the class having other properties defined that are not |
@mattmook Hi, can you provide the tweak? I'm also having the same issue that KotlinFixture kept trying to populate
|
I have below classes. I want to create fixtures without
lateinit var
field , how can I achieve this?Thank you for your awesome project
The text was updated successfully, but these errors were encountered: