Skip to content

Commit

Permalink
add support for all gradle versions
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianTerhorst committed Jun 9, 2016
1 parent 51ab47c commit a30e7db
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ class FastLayout implements Plugin<Project> {
throw new GradleException("'com.android.application' or 'com.android.library' plugin required.")
}

if (!isTransformAvailable()) {
/*if (!isTransformAvailable()) {
throw new GradleException('FastLayout gradle plugin only supports android gradle plugin 1.5.0 or later.')
}
}*/

def isKotlinProject = project.plugins.find {
it.getClass().name == 'org.jetbrains.kotlin.gradle.plugin.KotlinAndroidPluginWrapper'
Expand Down

0 comments on commit a30e7db

Please sign in to comment.