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

com.flyjingfish.module_communication_plugin.IncrementalRecord.kt Maven / Gradle / Ivy

Go to download

Lightweight Aop for Android platform, you deserve it, action is worse than your heartbeat

There is a newer version: 1.2.9
Show newest version
package com.flyjingfish.module_communication_plugin

data class IncrementalRecord(
    val lastRecordPackageMap: MutableMap>,
    val lastExposeResFileMap: MutableMap>,
    val lastExposeResValueMap: MutableMap>,
    val exposeAssets: MutableSet,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy