Hello! While developing Kotlin compiler plugin, I found that PropertyDescriptor.compileTimeInitializer is null if this descriptor is belong to another module. For example case: val test : Int = 1. If it is checked in the same module compileTimeInitializer is not null. Is it a bug or expected behaviour? If it is expected, how can i get this information correctly?