1 Repositories
Android klinker Libraries
Klinker is a gradle plugin making it possible to link kotlin native executables with custom linkers and options.
Klinker is a gradle plugin making it possible to link kotlin native executables with custom linkers and options. It does this by creating a static library for kotlin compilation, then generates a c+kotlin wrapper that calls into kotlin to start the app, finally using the specified compiler to compile and link the c code and kotlin library into a binary.
4 Apr 14, 2022