feilfeilundfeil / kotlin-native-suspend-function-callback

Kotlin Multiplatform compiler plugin to generate a callback implementation for suspended functions so they are visible from Kotlin Native
Apache License 2.0
32 stars 4 forks source link

imports parameter cannot be empty #3

Open BoD opened 4 years ago

BoD commented 4 years ago

When leaving imports parameter empty, a line with just the word import is present in the generated files, which of course doesn't compile.