All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ramcosta.composedestinations.codegen.model.ClassKind.kt Maven / Gradle / Ivy

Go to download

Annotation processing library for type-safe Jetpack Compose navigation with no boilerplate.

There is a newer version: 2.1.0-beta15
Show newest version
package com.ramcosta.composedestinations.codegen.model

enum class ClassKind {
    CLASS, OBJECT //...
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy