Arjan van Wieringen
05/08/2023, 2:34 PMdata class Foo(val list: PersistentList<String> = persistentListOf())
This code has a dependency on the Immutable collections library, but calling code that does the following:
val foo = Foo();
must have that same library on it's classpath, otherwise it doesn't get compiled.CLOVIS
05/08/2023, 4:21 PMCLOVIS
05/08/2023, 4:22 PM