8 lines
335 B
Plaintext
8 lines
335 B
Plaintext
|
|
@Suppress("DSL_SCOPE_VIOLATION") // TODO: Remove once KTIJ-19369 is fixed
|
||
|
|
plugins {
|
||
|
|
alias(libs.plugins.application) apply false
|
||
|
|
alias(libs.plugins.library) apply false
|
||
|
|
alias(libs.plugins.kotlin) apply false
|
||
|
|
alias(libs.plugins.hilt) apply false
|
||
|
|
}
|
||
|
|
true // Needed to make the Suppress annotation work for the plugins block
|