koin-annotations icon indicating copy to clipboard operation
koin-annotations copied to clipboard

Missing newline between imports

Open frogggias opened this issue 1 year ago • 0 comments
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:

  1. Create any module that contains ViewModel definition
  2. Compile code
  3. 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

frogggias avatar Aug 25 '24 19:08 frogggias