Convert usages of existing generated injectors to dynamic injectors
Rewrite RuntimeModuleData to use hand-written code as we do not pack container module into runtime This change introduces some overhead (up to 10% for the tests I ran) in some scenarios in IDE, that should be addressed later
This commit is contained in:
+1
@@ -16,6 +16,7 @@
|
||||
|
||||
package org.jetbrains.kotlin.container.tests
|
||||
|
||||
import org.jetbrains.kotlin.container.*
|
||||
import org.junit.Test
|
||||
import java.io.Closeable
|
||||
import javax.inject.Inject
|
||||
|
||||
Reference in New Issue
Block a user