koin-annotations
koin-annotations copied to clipboard
Missing newline between imports
trafficstars
Describe the bug
There is a missing new line between MODULE_HEADER and header imports.
Generated code example:
import org.koin.dsl.*import org.koin.compose.viewmodel.dsl.viewModel
To Reproduce Steps to reproduce the behavior:
- Create any module that contains ViewModel definition
- Compile code
- Open compiled module source code
Expected behavior Imports are on separate lines.
Koin project used and used version (please complete the following information):
koin-annotations:1.4.0-RC4