InsertKoinIO / koin-annotations

Koin Annotations - About Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform insert-koin.io
https://insert-koin.io
Apache License 2.0
163 stars 44 forks source link

Missing newline between imports #158

Closed frogggias closed 1 month ago

frogggias commented 3 months ago

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