com.flyjingfish.module_communication_ksp.RouteParamsConfig.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of module-communication-ksp Show documentation
Show all versions of module-communication-ksp Show documentation
Lightweight Aop for Android platform, you deserve it, action is worse than your heartbeat
package com.flyjingfish.module_communication_ksp
data class RouteParamsConfig(val className:String,val annoMap : MutableMap?>)