error: [Dagger/MissingBinding] com.example.dagger2test1.Starks cannot be provided without an
@Inject constructor or an
@Provides-annotated method. This type supports members injection but cannot be implicitly provided.
com.example.dagger2test1.Starks is injected at
com.example.dagger2test1.War(starks, …)
com.example.dagger2test1.War is provided at
com.example.dagger2test1.BattleComponent.getWar()