diff --git a/buildSrc/src/main/kotlin/dokkaDocumentation.gradle.kts b/buildSrc/src/main/kotlin/dokkaDocumentation.gradle.kts index e2905fa..35cc93b 100644 --- a/buildSrc/src/main/kotlin/dokkaDocumentation.gradle.kts +++ b/buildSrc/src/main/kotlin/dokkaDocumentation.gradle.kts @@ -13,7 +13,6 @@ dokka { moduleVersion = project.version.toString() pluginsConfiguration.html { footerMessage = "© ${Config.vendorName}" - customAssets.from(rootDir.resolve("docs/static/icon-512-maskable.png")) homepageLink = Config.url } dokkaPublications.configureEach {