Skip to content

Commit 3a97c98

Browse files
committed
skip AndroidKotlinMultiplatformBuiltInTest, it requires #4295
1 parent 97311df commit 3a97c98

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dokka-integration-tests/gradle/src/test/kotlin/AndroidKotlinMultiplatformBuiltInTest.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ class AndroidKotlinMultiplatformBuiltInTest {
3333
project: DokkaGradleProjectRunner,
3434
testedVersions: TestedVersions.Android,
3535
) {
36+
assumeTrue(
37+
testedVersions.agp.major < 9,
38+
"TODO Support AGP with kotlin-built-in https://github.com/Kotlin/dokka/pull/4295"
39+
)
3640
assumeTrue(
3741
testedVersions.agp >= SemVer("8.10.0"),
3842
"The com.android.kotlin.multiplatform.library plugin is only available in AGP 8.10.0+ " +

0 commit comments

Comments
 (0)