File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 4141 <!-- LANGUAGE VERSIONS -->
4242 <kotlin .version>2.2.0</kotlin .version>
4343
44- <!-- FIXME: 2.1.21 was the last release with kotlin-annotation-processing-compiler -->
45- <kotlin-annotation-processing-compiler .version>2.1.21</kotlin-annotation-processing-compiler .version>
46-
4744 <kotlin .compiler.apiVersion>2.1</kotlin .compiler.apiVersion>
4845 <kotlin .compiler.languageVersion>2.1</kotlin .compiler.languageVersion>
4946 <kotlin .compiler.incremental>${kp.compile.useIncrementalKotlinCompiler} </kotlin .compiler.incremental>
197194 <artifactId >kotlin-annotation-processing-embeddable</artifactId >
198195 <version >${kotlin.version} </version >
199196 </dependency >
200- <dependency >
201- <groupId >org.jetbrains.kotlin</groupId >
202- <artifactId >kotlin-annotation-processing-compiler</artifactId >
203- <version >${kotlin-annotation-processing-compiler.version} </version >
204- </dependency >
205197
206198 <!-- KOTLIN SERIALIZATION -->
207199 <dependency >
You can’t perform that action at this time.
0 commit comments