mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
public.
This commit is contained in:
parent
52e4d404bc
commit
d945d74375
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import javax.inject.Inject
|
|||
import kotlin.properties.Delegates
|
||||
|
||||
@Guice(modules = arrayOf(TestModule::class))
|
||||
public class DependencyTest @Inject constructor(val executors: KobaltExecutors) {
|
||||
class DependencyTest @Inject constructor(val executors: KobaltExecutors) {
|
||||
|
||||
@DataProvider
|
||||
fun dpVersions(): Array<Array<out Any>> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue