Skip to content

Commit

Permalink
Add explicitApiWarning for checking public functions explicity
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Sep 20, 2020
1 parent 3090e2e commit 5f13def
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion elasticviews/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ android {
}
}

kotlin {
explicitApiWarning()
}

dependencies {
implementation "com.google.android.material:material:$versions.googleMaterial"
}
Expand All @@ -26,7 +30,6 @@ dokka {
}
}


tasks.withType(Javadoc) {
excludes = ['**/*.kt']
options.addBooleanOption('Xdoclint:none', true)
Expand Down

0 comments on commit 5f13def

Please sign in to comment.