Hi. My project won't compile on IR: ```e: java.lan...
# jvm-ir-backend-feedback
m
Hi. My project won't compile on IR:
Copy code
e: java.lang.RuntimeException: TypeAliasDescriptor expected: class BusinessId (not found): KtBinaryExpression:
notification.businessId ?: NO_BUSINESS
notification.businessId
is of type
String
aliased as
BusinessId
.
u
Which Kotlin version do you use? There was one issue which is fixed in 1.4.30 (https://youtrack.jetbrains.com/issue/KT-42036).