mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
web: add testUtils alias to gradle plugin (#1165)
This will allow to use the dependency like this: `compose.web.testUtils` Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
This commit is contained in:
committed by
GitHub
parent
626cba019a
commit
805797eb98
@@ -153,6 +153,10 @@ class ComposePlugin : Plugin<Project> {
|
||||
val widgets by lazy {
|
||||
composeDependency("org.jetbrains.compose.web:web-widgets")
|
||||
}
|
||||
|
||||
val testUtils by lazy {
|
||||
composeDependency("org.jetbrains.compose.web:test-utils")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user