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

main.com.ramcosta.composedestinations.codegen.commons.Exceptions.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-beta12
Show newest version
package com.ramcosta.composedestinations.codegen.commons

class IllegalDestinationsSetup(message: String, cause: Throwable? = null) : RuntimeException(message, cause)

class MissingRequiredDependency(message: String) : RuntimeException(message)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy