File tree 3 files changed +4
-5
lines changed
gradle-plugin/src/main/kotlin/com/google/devtools/ksp/gradle
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ class KotlinFactories {
166
166
from = compilerOptions,
167
167
into = kspTask.compilerOptions
168
168
)
169
- kspTask.produceUnpackedKlib .set(false )
169
+ kspTask.produceUnpackagedKlib .set(false )
170
170
kspTask.onlyIf {
171
171
// KonanTarget is not properly serializable, hence we should check by name
172
172
// see https://youtrack.jetbrains.com/issue/KT-61657.
Original file line number Diff line number Diff line change @@ -417,7 +417,6 @@ class KspGradleSubplugin @Inject internal constructor(private val registry: Tool
417
417
}
418
418
419
419
fun configureLanguageVersion (kspTask : KotlinCompilationTask <* >) {
420
- kspTask.compilerOptions.useK2.value(false )
421
420
val languageVersion = kotlinCompilation.compilerOptions.options.languageVersion
422
421
val progressiveMode = kotlinCompilation.compilerOptions.options.progressiveMode
423
422
kspTask.compilerOptions.languageVersion.value(
Original file line number Diff line number Diff line change 1
1
# Copied from kotlinc
2
2
org.gradle.jvmargs =-Duser.country=US -Dkotlin.daemon.jvm.options=-Xmx4096m -Dfile.encoding=UTF-8
3
3
4
- kotlinBaseVersion =2.0.21
4
+ kotlinBaseVersion =2.1.0
5
5
agpBaseVersion =7.3.1
6
6
agpTestVersion =8.7.1
7
- intellijVersion =233.13135.103
7
+ intellijVersion =233.13135.128
8
8
junitVersion =4.13.1
9
9
junit5Version =5.8.2
10
10
junitPlatformVersion =1.8.2
@@ -26,4 +26,4 @@ kotlin.jvm.target.validation.mode=warning
26
26
27
27
# Build or runtime dependencies of this project
28
28
buildKotlinVersion =2.0.20
29
- buildKspVersion =2.0.20-1.0.25
29
+ buildKspVersion =2.0.20-1.0.25
You can’t perform that action at this time.
0 commit comments