jvmMain.com.lt.reflection.provider.VirtualReflectionSymbolProcessorProvider.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of VirtualReflection-jvm Show documentation
Show all versions of VirtualReflection-jvm Show documentation
Add status to beans in Jetpack(jb) Compose, Fields in beans can be directly used as the MutableState<T>
The newest version!
package com.lt.reflection.provider
import com.google.devtools.ksp.processing.SymbolProcessor
import com.google.devtools.ksp.processing.SymbolProcessorEnvironment
import com.google.devtools.ksp.processing.SymbolProcessorProvider
/**
* creator: lt 2022/10/20 [email protected]
* effect : ksp处理程序的创建
* warning:
*/
internal class VirtualReflectionSymbolProcessorProvider : SymbolProcessorProvider {
override fun create(environment: SymbolProcessorEnvironment): SymbolProcessor =
VirtualReflectionSymbolProcessor(environment)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy