add Suppress annotation to fix libs error

pull/1837/head
Saeed Noshadi 3 years ago
parent b3cf9050bb
commit e702212c9e

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@kotlin.Suppress("DSL_SCOPE_VIOLATION")
plugins {
id("nowinandroid.android.library")
id("nowinandroid.android.library.jacoco")

@ -19,6 +19,7 @@ import com.google.protobuf.gradle.generateProtoTasks
import com.google.protobuf.gradle.protobuf
import com.google.protobuf.gradle.protoc
@kotlin.Suppress("DSL_SCOPE_VIOLATION")
plugins {
id("nowinandroid.android.library")
id("nowinandroid.android.library.jacoco")

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@kotlin.Suppress("DSL_SCOPE_VIOLATION")
plugins {
id("nowinandroid.android.library")
id("nowinandroid.android.library.jacoco")

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@kotlin.Suppress("DSL_SCOPE_VIOLATION")
plugins {
id("nowinandroid.android.library")
id("nowinandroid.android.library.jacoco")

Loading…
Cancel
Save