Package org. jetbrains. dokka. validity
Types
PreGenerationChecker
Link copied to clipboard
fun fun interface PreGenerationChecker : Function0<PreGenerationCheckerOutput>
Content copied to clipboard
PreGenerationCheckerOutput
Link copied to clipboard
data class PreGenerationCheckerOutput(result: Boolean, messages: List<String>)
Content copied to clipboard