mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix: Mimic more classes
Completely fixed source search
This commit is contained in:
parent
83b6dca139
commit
1ee48c91d3
5 changed files with 81 additions and 36 deletions
|
@ -5,6 +5,6 @@ import uy.kohesive.injekt.Injekt
|
|||
class MigrationContext(val dryRun: Boolean) {
|
||||
|
||||
inline fun <reified T> get(): T? {
|
||||
return Injekt.getInstanceOrNull(T::class)
|
||||
return Injekt.getInstanceOrNull(T::class.java)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue