allLibraries renamed to allLibrariesImpl and only reference implementation of the libraries.
This commit is contained in:
parent
e16f63817f
commit
b74e1e6074
5 changed files with 11 additions and 12 deletions
|
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
|
||||
import extension.allFeaturesImpl
|
||||
import extension.allLibraries
|
||||
import extension.allLibrariesImpl
|
||||
|
||||
// TODO: Remove once https://youtrack.jetbrains.com/issue/KTIJ-19369 is fixed
|
||||
@Suppress("DSL_SCOPE_VIOLATION")
|
||||
|
|
@ -39,6 +39,6 @@ dependencies {
|
|||
implementation(libs.showkase)
|
||||
ksp(libs.showkase.processor)
|
||||
|
||||
allLibraries()
|
||||
allLibrariesImpl()
|
||||
allFeaturesImpl()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue