remove suppress annotation prefix and add todo

pull/1837/head
Saeed Noshadi 3 years ago
parent 73f6507a88
commit 8e60a234e9

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// TODO: Remove once https://youtrack.jetbrains.com/issue/KTIJ-19369 is fixed
@Suppress("DSL_SCOPE_VIOLATION")
plugins {
id("nowinandroid.android.library")

@ -20,7 +20,7 @@ import com.google.protobuf.gradle.protobuf
import com.google.protobuf.gradle.protoc
// TODO: Remove once https://youtrack.jetbrains.com/issue/KTIJ-19369 is fixed
@kotlin.Suppress("DSL_SCOPE_VIOLATION")
@Suppress("DSL_SCOPE_VIOLATION")
plugins {
id("nowinandroid.android.library")
id("nowinandroid.android.library.jacoco")

@ -13,7 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@kotlin.Suppress("DSL_SCOPE_VIOLATION")
// TODO: Remove once https://youtrack.jetbrains.com/issue/KTIJ-19369 is fixed
@Suppress("DSL_SCOPE_VIOLATION")
plugins {
id("nowinandroid.android.library")
id("nowinandroid.android.library.jacoco")

@ -13,7 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@kotlin.Suppress("DSL_SCOPE_VIOLATION")
// TODO: Remove once https://youtrack.jetbrains.com/issue/KTIJ-19369 is fixed
@Suppress("DSL_SCOPE_VIOLATION")
plugins {
id("nowinandroid.android.library")
id("nowinandroid.android.library.jacoco")

Loading…
Cancel
Save