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

weetspi.sweetspi-processor.0.1.1.source-code.SweetContext.kt Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (c) 2024 Oleg Yukhnevich. Use of this source code is governed by the Apache 2.0 license.
 */

package dev.whyoleg.sweetspi.processor

import com.google.devtools.ksp.processing.*
import com.google.devtools.ksp.symbol.*

class SweetContext(
    val packageName: String,
    val dependencies: Dependencies,
    val services: List,
    val serviceProviders: Map>,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy