-
Notifications
You must be signed in to change notification settings - Fork 302
Insights: google/ksp
Overview
-
- 27 Merged pull requests
- 0 Open pull requests
- 12 Closed issues
- 12 New issues
Could not load contribution data
Please try again later
5 Releases published by 1 person
-
2.1.20-2.0.1
published
Apr 30, 2025 -
2.2.0-Beta2-2.0.1 2.2.0-Beta2-2.0.1
published
May 1, 2025 -
2.1.21-RC2-2.0.1
published
May 1, 2025 -
2.1.21-2.0.1
published
May 13, 2025 -
2.2.0-RC-2.0.1
published
May 16, 2025
27 Pull requests merged by 5 people
-
Bump Kotlin version to 2.2.0-RC
#2462 merged
May 16, 2025 -
Add kdocs to KspExtension to make it easier to use ksp {} DSL
#2461 merged
May 16, 2025 -
Fix a variety of KSP gradle-plugin issues
#2459 merged
May 15, 2025 -
Split missing dependency validation into a real task
#2458 merged
May 14, 2025 -
Make built jars reproducible
#2457 merged
May 14, 2025 -
Upgrade to the latest stable Gradle shadow plugin
#2455 merged
May 14, 2025 -
Clean up task registering in kts build scripts
#2453 merged
May 14, 2025 -
Cherry-pick "Switch to Lint with K2 UAST" to 2.0.2-release manually
#2456 merged
May 14, 2025 -
Fix up issues in KSP gradle plugin
#2452 merged
May 14, 2025 -
Switch to Lint with K2 UAST
#2454 merged
May 14, 2025 -
Enable running lint in ksp gradle-plugin project
#2450 merged
May 14, 2025 -
Upgrade to Gradle 8.14
#2451 merged
May 14, 2025 -
Fix getJvmName for accessors starting with
is
#2449 merged
May 14, 2025 -
Bump Kotlin version to 2.1.21
#2448 merged
May 13, 2025 -
KSP1: use new mangling scheme for inline classes
#2446 merged
May 12, 2025 -
Do not resolve configuration in configuration time
#2444 merged
May 9, 2025 -
UPDATE_KOTLIN_VERSION: 2.2.20-dev-2432
#2441 merged
May 8, 2025 -
Introduce AnnotationUseSiteTarget.ALL
#2440 merged
May 7, 2025 -
CI: Update DONT_PICK
#2436 merged
May 1, 2025 -
Bump Kotlin version to 2.1.21-RC2
#2435 merged
May 1, 2025 -
Bump Kotlin to 2.2.0-Beta2
#2434 merged
May 1, 2025 -
Update release branch to 2.0.2-release
#2433 merged
Apr 30, 2025 -
Downgrade to Kotlin 2.1.20
#2432 merged
Apr 30, 2025 -
Don't disable KSP2 native tasks if cross compilation is enabled
#2430 merged
Apr 30, 2025 -
Fix KSAnnotationResolvedImpl.origin
#2429 merged
Apr 30, 2025 -
Support KaDestructuringDeclarationSymbol
#2428 merged
Apr 29, 2025 -
Fix origin of KSAnnotation
#2424 merged
Apr 22, 2025
12 Issues closed by 5 people
-
[ksp2] Resolver.getJvmName wrong for properties starts with `is`
#2275 closed
May 14, 2025 -
Inlined JVM name is not correct
#1493 closed
May 12, 2025 -
KSP task (non-)registration happens too soon
#1789 closed
May 9, 2025 -
[KSP2] IllegalArgumentException when the module name contains a '-'
#2407 closed
May 5, 2025 -
Support klib cross compilation
#2243 closed
Apr 30, 2025 -
[KSP2] Annotation values shouldn't be marked as default (synthetic origin) broken after PR #2424
#2425 closed
Apr 30, 2025 -
When I write specific code, KSP throws an `Unexpected class for KtSymbol` error.
#2303 closed
Apr 29, 2025 -
KSTypeArgument.type should not have been null crash during KSP processing with star projections
#2426 closed
Apr 25, 2025 -
[KSP2] Resolved#getJvmName doesn't return correct internal names
#2423 closed
Apr 23, 2025 -
[KSP2] Annotation and argument's origin is wrong
#2412 closed
Apr 22, 2025 -
[KSP2] KSValueParameterImpl changes field isVal if class defined in library
#2348 closed
Apr 21, 2025
12 Issues opened by 11 people
-
KSP2 asStarProjectedType return KSTypeArgument without type
#2464 opened
May 17, 2025 -
KSTypeArgument.type should not have been null
#2463 opened
May 17, 2025 -
Error after upgrade to 2.1.21-2.0.1
#2460 opened
May 15, 2025 -
Release 2.0.21-1.0.29
#2447 opened
May 13, 2025 -
Missing type declaration annotations
#2445 opened
May 12, 2025 -
How KSP2 interacts with other compiler plugins
#2439 opened
May 6, 2025 -
Properly support `@all` annotation use site target
#2438 opened
May 5, 2025 -
[KSP2] Annotation values of inner annotations shouldn't be marked as default
#2437 opened
May 2, 2025 -
An exception occurred applying plugin request [id: 'com.google.devtools.ksp']
#2427 opened
Apr 27, 2025 -
[KSP2] `getDeclaredFunctions` doesn't return default methods for Java interfaces (List, Iterable etc)
#2422 opened
Apr 22, 2025
37 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
ResolverImpl.expand broken by self referencing type args
#1729 commented on
Apr 29, 2025 • 0 new comments -
How to identify if a `KSTypeReference` is an aliased imported type?
#2391 commented on
Apr 30, 2025 • 0 new comments -
KSP2 Performance Issues
#2282 commented on
Apr 30, 2025 • 0 new comments -
[KSP2] getDeclarationsFromPackage has a different output when compare with ksp1
#2396 commented on
Apr 30, 2025 • 0 new comments -
[KSP2] KSPropertyDeclaration.getter is empty for property that is duplicated in two parent interfa 8000 ces
#2420 commented on
Apr 30, 2025 • 0 new comments -
Generating common code
#567 commented on
Apr 30, 2025 • 0 new comments -
KSP is not thread safe in a multiplex worker environment
#1385 commented on
Apr 30, 2025 • 0 new comments -
Protobuf processing broken
#1590 commented on
May 3, 2025 • 0 new comments -
[ksp2] Unexpected symbol type class org.jetbrains.kotlin.analysis.api.fir.symbols.KaFirEnumEntrySymbol
#2271 commented on
May 5, 2025 • 0 new comments -
Migrate KSP off AGP's legacy Variant API
#2250 commented on
May 7, 2025 • 0 new comments -
Android Studio with KSP: After changing kotlin code, the first assembleDebug task fails with compilation error, 2nd attempt always works fine but takes too long to build
#1678 commented on
May 14, 2025 • 0 new comments -
Kotlin 2.0.0 and ksp 2.0.0-1.0.21: UnsatisfiedLinkError: Can't load library: .../native/jansi/1.18/osx/libjansi.jnilib
#1944 commented on
May 16, 2025 • 0 new comments -
CI: test with jdk8, jdk9 and jdk11
#301 commented on
May 14, 2025 • 0 new comments -
Update Why KSP
#309 commented on
May 14, 2025 • 0 new comments -
Update library support table
#763 commented on
May 14, 2025 • 0 new comments -
synthetic constructors should have null qualified name, to align with non synthetic constructors
#913 commented on
May 14, 2025 • 0 new comments -
Improve Multiplatform Support With Source Set-Based Configuration
#1021 commented on
May 14, 2025 • 0 new comments -
Support running KSP via KotlinCompilerRunner
#1119 commented on
May 14, 2025 • 0 new comments -
fix relative path calculation
#1143 commented on
May 14, 2025 • 0 new comments -
Deprecate KspTask.commandLineArgumentProviders.
#1246 commented on
May 14, 2025 • 0 new comments -
Add Resolver.mapToJvmClassName() for KSClassDeclaration
#1338 commented on
May 14, 2025 • 0 new comments -
Update main.yml
#1374 commented on
May 14, 2025 • 0 new comments -
Allow spaces in commandLineArgumentProvider values
#1421 commented on
May 14, 2025 • 0 new comments -
Moved the test temp directory inside the gradle build directory
#1472 commented on
May 14, 2025 • 0 new comments -
[WIP] Support analyzing context receivers
#1475 commented on
May 14, 2025 • 0 new comments -
fix documentation
#1483 commented on
May 14, 2025 • 0 new comments -
Update
#1505 commented on
May 14, 2025 • 0 new comments -
fix annotation value array type on native&js target
#1508 commented on
May 14, 2025 • 0 new comments -
Make hierarchy in KSP API sealed (attempt 2)
#1592 commented on
May 14, 2025 • 0 new comments -
fix: `NoClassDefFound` with `ksp.useKSP2=true`
#1732 commented on
May 14, 2025 • 0 new comments -
include type arguments in reference elements's referencedName/toString
#1737 commented on
May 14, 2025 • 0 new comments -
Fix #1789
#1862 commented on
May 14, 2025 • 0 new comments -
Implement support for reading resource files in a symbol processor
#2068 commented on
May 14, 2025 • 0 new comments -
Update utils.kt
#2114 commented on
May 14, 2025 • 0 new comments -
#1678 - Set overwrite flag on copyWithTimestamp based on if a file or not
#2211 commented on
May 14, 2025 • 0 new comments -
Small grammatical update in DEVELOPMENT.md
#2212 commented on
May 14, 2025 • 0 new comments -
Make KSP compatible with Gradle's isolated projects
#2315 commented on
May 14, 2025 • 0 new comments