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

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

Go to download

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

The newest version!
package com.flyjingfish.module_communication_plugin

import org.gradle.api.Plugin
import org.gradle.api.Project

class CommunicationExportPlugin : Plugin {
    override fun apply(project: Project) {

        project.extensions.add("communicationConfig", CommunicationConfig::class.java)

        ApplyExportPlugin().apply(project)
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy