tylerwilson
12/20/2023, 9:32 PMcompanion object {
val allCases: List<CountType> by lazy {
listOf(Category, Subcategory, Cycle, AllItems, Location, Manufacturer, Vendor, DaysNotCounted)
}
}
This is inside a sealed class that is inside of a regular class. Anybody seen this before? This code is in a KMP module and I am building the Android app that uses it when seeing this.dmitriy.novozhilov
12/21/2023, 8:17 AMtylerwilson
12/21/2023, 2:34 PM