An open API service indexing awesome lists of open source software.

https://github.com/khbminus/shallow-size-plugin

Shallow size kotlin's compiler
https://github.com/khbminus/shallow-size-plugin

Last synced: over 1 year ago
JSON representation

Shallow size kotlin's compiler

Awesome Lists containing this project

README

          

# 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).