build.gradle.kts 335 B

12345678
  1. @Suppress("DSL_SCOPE_VIOLATION") // TODO: Remove once KTIJ-19369 is fixed
  2. plugins {
  3. alias(libs.plugins.application) apply false
  4. alias(libs.plugins.library) apply false
  5. alias(libs.plugins.kotlin) apply false
  6. alias(libs.plugins.hilt) apply false
  7. }
  8. true // Needed to make the Suppress annotation work for the plugins block