Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 310 Bytes

File metadata and controls

5 lines (3 loc) · 310 Bytes

Shallow size Kotlin compiler plugin

A JVM Kotlin compiler plugin that generates a shallowSize() method, which calculates a real size (with some assumptions, e.g. on reference size) of data classes.

This is an optional homework of Kotlin course @ Contructor University (formely Jacobs University Bremen).