Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Support Android projects in Gradle plugin #1338

Closed
wants to merge 1 commit into from

Conversation

jrodbx
Copy link
Collaborator

@jrodbx jrodbx commented Dec 24, 2019

Likely in need for a rebase

fixes #881

@@ -37,12 +41,14 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import java.io.File
import java.net.URI
import javax.inject.Inject
import com.android.build.gradle.BasePlugin as AndroidBasePlugin

class WirePlugin @Inject constructor(
private val sourceDirectorySetFactory: SourceDirectorySetFactory
) : Plugin<Project> {
private var kotlin = false
private var java = false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jrodbx could those booleans be represented by an enum, so that it could give better semantics in the “when” control flow as well?

@jishincreo
Copy link

Is anyone still working on this?

@jrodbx jrodbx closed this Dec 11, 2021
@oldergod oldergod deleted the jrod/2019-05-01/android branch May 22, 2023 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Android Support for Gradle Plugin
4 participants