com.ramcosta.composedestinations.codegen.model.ClassKind.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of codegen Show documentation
Show all versions of codegen Show documentation
Annotation processing library for type-safe Jetpack Compose navigation with no boilerplate.
package com.ramcosta.composedestinations.codegen.model
enum class ClassKind {
CLASS, OBJECT //...
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy