dotlin-org/dotlin

Add ability to mark `object` as `const`

wilkomanger opened this issue · 0 comments

Currently, objects are automatically compiled as const if they have only const fields. Instead, we should only compile objects if they're const objects.

Related to #55.