gradle/src/main/kotlin/com/lagradost/cloudstream3/gradle/entities/PluginManifest.kt

6 lines
135 B
Kotlin
Raw Normal View History

2022-08-04 11:30:09 +00:00
package com.lagradost.cloudstream3.gradle.entities
data class PluginManifest(
val pluginClassName: String,
val name: String
)