Trying to update to 2.0 Beta2 compiler, I get this...
# k2-adopters
t
Trying to update to 2.0 Beta2 compiler, I get this error that points to this bit of code:
Copy code
companion 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.
d
It seems that you are using incompatible version of the Compose plugin Please read this thread
t
Okay, thank you. I will wait for a Beta2 compatible version. Thanks again.
👌 1