add Suppress annotation to fix libs error

pull/35/head
Saeed Noshadi 2 years ago
parent ef42543b32
commit 244eff24bd

@ -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