com.github.rougsig.actionsdispatcher.testmodels.generation.DuckState.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of test-models Show documentation
Show all versions of test-models Show documentation
A simple annotation processor for generating actions dispatcher
The newest version!
package com.github.rougsig.actionsdispatcher.testmodels.generation
data class DuckState(
val lceState: Any
)