Skip to content

Commit

Permalink
revert ignored verify list
Browse files Browse the repository at this point in the history
Signed-off-by: Ghasem Shirdel <ghasem79.dev@gmail.com>
  • Loading branch information
ghasemdev committed Feb 2, 2024
1 parent 53a7952 commit c082233
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,7 @@ import org.koin.compiler.generator.getFile
import org.koin.compiler.metadata.KoinMetaData
import java.io.OutputStream

private val ignored = listOf(
"kotlin.Any",
"androidx.lifecycle.SavedStateHandle",
"android.content.Context",
"android.app.Application"
)
private val ignored = listOf("kotlin.Any",)
private val classPrefix = "KoinDef"
private val generationPackage = "org.koin.ksp.generated"

Expand Down

0 comments on commit c082233

Please sign in to comment.