Skip to content

Tags: mars885/ksp

Tags

1.5.0-1.0.0-alpha09

Toggle 1.5.0-1.0.0-alpha09's commit message
Incremental processing: support getSealedSubclasses from multiple files

There isn't a simple way to associate symbols with their supertypes
without resolution, because of typealias. Therefore, all sealed
classes / interfaces on which getSealedSubclasses is called are
invalidated.

1.4.32-1.0.0-alpha08

Toggle 1.4.32-1.0.0-alpha08's commit message
Synthesize an unique name for processor classpath

1.4.31-1.0.0-alpha06

Toggle 1.4.31-1.0.0-alpha06's commit message
Label properties explicitly for Gradle

1.4.30-1.0.0-alpha04

Toggle 1.4.30-1.0.0-alpha04's commit message
Delete unnecessary / confusing gradle.properties in test

1.4.30-1.0.0-alpha03

Toggle 1.4.30-1.0.0-alpha03's commit message
make KSP return AnalysisResult.internalError for KSP internal errors …

…instead of throwing exceptions

1.4.30-1.0.0-alpha02

Toggle 1.4.30-1.0.0-alpha02's commit message
Use JDK8 by default in test and releases

Gradle sets required org.gradle.jvm.version by JAVA_HOME. Therefore,
building KSP with JDK11 produces binaries that depend on Java 11 at
minimum.

1.4.30-1.0.0-alpha01

Toggle 1.4.30-1.0.0-alpha01's commit message
update reference.md for alpha

1.4.20-dev-experimental-20210203

Toggle 1.4.20-dev-experimental-20210203's commit message
Add library support table and other doc updates

1. Library support table
2. Update README to include latest speedup stats (up to 2x)
3. Fix broken playground link in quickstart