Ulrich Schuster
03/04/2024, 3:30 PMMarcus Ilgner
03/04/2024, 3:32 PMMarcus Ilgner
03/04/2024, 3:37 PMNonEmptySet<T> to a specific NonEmptySet<DataResource> didn't fix the issue. Looks like I might have to replace NonEmptySet with a regular Set or List for now... 🤔
Update 2: when replacing ``NonEmptySet` with Set, it compiles fine again.Alejandro Serrano.Mena
03/04/2024, 3:50 PMMarcus Ilgner
03/14/2024, 12:56 PMNonEmptySet, it became unable to properly register the mock. Then we changed the signature to use a regular Set and everything worked again.simon.vergauwen
03/14/2024, 2:02 PM@JvmInline value class and Mockk 🤔 but can't find to find an issue ticket for it.
Does Mockk work with inline classes?ianbrandt
03/14/2024, 3:18 PM