We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97311df commit 3a97c98Copy full SHA for 3a97c98
dokka-integration-tests/gradle/src/test/kotlin/AndroidKotlinMultiplatformBuiltInTest.kt
@@ -33,6 +33,10 @@ class AndroidKotlinMultiplatformBuiltInTest {
33
project: DokkaGradleProjectRunner,
34
testedVersions: TestedVersions.Android,
35
) {
36
+ assumeTrue(
37
+ testedVersions.agp.major < 9,
38
+ "TODO Support AGP with kotlin-built-in https://github.com/Kotlin/dokka/pull/4295"
39
+ )
40
assumeTrue(
41
testedVersions.agp >= SemVer("8.10.0"),
42
"The com.android.kotlin.multiplatform.library plugin is only available in AGP 8.10.0+ " +
0 commit comments