diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-02-11 23:44:40 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-02-11 23:44:40 +0900 |
| commit | 9fe62f7d64b93d7fdd974bc42fbc91bfd66295c0 (patch) | |
| tree | f73612df304c1fe0f1f88e907e4430fff9ff2b84 /gradle.properties | |
| parent | f231d9bd1184993dda5182883741b31203ad43ae (diff) | |
| download | LunaticChat-9fe62f7d64b93d7fdd974bc42fbc91bfd66295c0.tar.gz LunaticChat-9fe62f7d64b93d7fdd974bc42fbc91bfd66295c0.tar.bz2 LunaticChat-9fe62f7d64b93d7fdd974bc42fbc91bfd66295c0.zip | |
build: enable Dokka V2 mode and remove deprecated import
- Add org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled to gradle.properties
- Remove unused DokkaTaskPartial import from build.gradle.kts
- Resolves Dokka V1 deprecation warnings during build
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Diffstat (limited to 'gradle.properties')
| -rw-r--r-- | gradle.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties index a99b6a4..7750c23 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,3 +2,4 @@ org.gradle.configuration-cache=true kotlin.code.style=official org.gradle.jvmargs=-Xmx2G org.gradle.parallel=true +org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled |
