blob: 8989ebb4a70977abc613d1717918402872518ce5 [file] [log] [blame]
package dagger.hilt.android.simpleKotlin.lib
import dagger.hilt.android.simpleKotlin.deep.DeepLib
object KotlinLibraryEntryPoints {
fun invokeEntryPoints(component: Any) {
DeepLib.getInstance(component)
}
}