
obile-multiplatform.0.12.0.source-code.KotlinNativeExportable.kt Maven / Gradle / Ivy
/*
* Copyright 2019 IceRock MAG Inc. Use of this source code is governed by the Apache 2.0 license.
*/
import org.gradle.api.Project
import org.jetbrains.kotlin.gradle.plugin.mpp.Framework
interface KotlinNativeExportable {
fun export(project: Project, framework: Framework)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy