-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more tests for expect Composables (#3851)
- Loading branch information
Showing
6 changed files
with
41 additions
and
45 deletions.
There are no files selected for viewing
12 changes: 7 additions & 5 deletions
12
compose/integrations/composable-test-cases/gradle.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
org.gradle.jvmargs=-Xmx2048M -XX:MaxMetaspaceSize=512m | ||
kotlin.code.style=official | ||
kotlin.native.enableDependencyPropagation=false | ||
android.useAndroidX=true | ||
kotlin.version=1.9.10 | ||
kotlin.version=1.9.20-RC | ||
agp.version=7.3.0 | ||
compose.version=1.5.1 | ||
compose.version=1.5.10-rc01 | ||
|
||
#empty by default - a default version will be used | ||
compose.kotlinCompilerPluginVersion=1.5.2 | ||
compose.kotlinCompilerPluginVersion=1.5.2.1-rc01 | ||
|
||
# default|failingJs - see enum class CasesToRun | ||
tests.casesToRun=default | ||
# comma separated names of test cases known to fail (either compilation or while running) with k/js. | ||
tests.failing.kjs=rememberAnonymousObj | ||
#tests.failing.kjs=rememberAnonymousObj | ||
|
||
# TODO: we should test with both K2 and K1 | ||
#kotlin.experimental.tryK2=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters