diff --git a/core-database/build.gradle.kts b/core-database/build.gradle.kts index fea0de918..a4d8e4256 100644 --- a/core-database/build.gradle.kts +++ b/core-database/build.gradle.kts @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -@kotlin.Suppress("DSL_SCOPE_VIOLATION") +@Suppress("DSL_SCOPE_VIOLATION") plugins { id("nowinandroid.android.library") id("nowinandroid.android.library.jacoco")