File tree Expand file tree Collapse file tree 5 files changed +2
-18
lines changed
kotlin/org/jetbrains/compose/test/tests/integration
test-projects/misc/kmpResourcePublication Expand file tree Collapse file tree 5 files changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -147,8 +147,7 @@ class ResourcesTest : GradlePluginTestBase() {
147
147
@Test
148
148
fun testMultiModuleResources () {
149
149
val environment = defaultTestEnvironment.copy(
150
- kotlinVersion = " 2.0.0-titan-105" ,
151
- composeCompilerPlugin = " 2.0.0-Beta4"
150
+ kotlinVersion = " 2.0.0-Beta5"
152
151
)
153
152
with (
154
153
testProject(" misc/kmpResourcePublication" , environment)
Original file line number Diff line number Diff line change @@ -57,9 +57,4 @@ android {
57
57
sourceCompatibility = JavaVersion .VERSION_17
58
58
targetCompatibility = JavaVersion .VERSION_17
59
59
}
60
- }
61
-
62
- compose {
63
- kotlinCompilerPlugin.set(dependencies.compiler.forKotlin(" COMPOSE_COMPILER_PLUGIN_PLACEHOLDER" ))
64
- kotlinCompilerPluginArgs.add(" suppressKotlinVersionCompatibilityCheck=KOTLIN_VERSION_PLACEHOLDER" )
65
60
}
Original file line number Diff line number Diff line change @@ -50,11 +50,6 @@ android {
50
50
}
51
51
}
52
52
53
- compose {
54
- kotlinCompilerPlugin.set(dependencies.compiler.forKotlin(" COMPOSE_COMPILER_PLUGIN_PLACEHOLDER" ))
55
- kotlinCompilerPluginArgs.add(" suppressKotlinVersionCompatibilityCheck=KOTLIN_VERSION_PLACEHOLDER" )
56
- }
57
-
58
53
compose.resources {
59
54
publicResClass = true
60
55
packageOfResClass = " me.sample.library.resources"
Original file line number Diff line number Diff line change @@ -38,9 +38,4 @@ android {
38
38
sourceCompatibility = JavaVersion .VERSION_17
39
39
targetCompatibility = JavaVersion .VERSION_17
40
40
}
41
- }
42
-
43
- compose {
44
- kotlinCompilerPlugin.set(dependencies.compiler.forKotlin(" COMPOSE_COMPILER_PLUGIN_PLACEHOLDER" ))
45
- kotlinCompilerPluginArgs.add(" suppressKotlinVersionCompatibilityCheck=KOTLIN_VERSION_PLACEHOLDER" )
46
41
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ kotlin.code.style=official
8
8
dev.junit.parallel =false
9
9
10
10
# Default version of Compose Libraries used by Gradle plugin
11
- compose.version =1.6.10-dev1493
11
+ compose.version =1.6.10-dev1523
12
12
# The latest version of Compose Compiler used by Gradle plugin. Used only in tests/CI.
13
13
compose.tests.compiler.version =1.5.10.1
14
14
# The latest version of Kotlin compatible with compose.tests.compiler.version. Used only in tests/CI.
You can’t perform that action at this time.
0 commit comments