File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ object Java9Modularity {
2323 val ideaActive = System .getProperty(" idea.active" ) == " true"
2424 if (disableJPMS || ideaActive) return
2525 val kotlin = extensions.findByType<KotlinProjectExtension >() ? : return
26- val jvmTargets = kotlin.targets.filter { it is KotlinJvmTarget || it is KotlinWithJavaTarget <* > }
26+ val jvmTargets = kotlin.targets.filter { it is KotlinJvmTarget || it is KotlinWithJavaTarget <* , * > }
2727 if (jvmTargets.isEmpty()) {
2828 logger.warn(" No Kotlin JVM targets found, can't configure compilation of module-info!" )
2929 }
Original file line number Diff line number Diff line change 55group =org.jetbrains.kotlinx
66version =1.5.0-SNAPSHOT
77
8- kotlin.version =1.7.20
8+ kotlin.version =1.8.0
99
1010# This version take precedence if 'bootstrap' property passed to project
1111kotlin.version.snapshot =1.8.255-SNAPSHOT
Original file line number Diff line number Diff line change 22# Copyright 2017-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
33#
44
5- mainKotlinVersion =1.7.20
5+ mainKotlinVersion =1.8.0
66mainLibVersion =1.5.0-SNAPSHOT
77
88kotlin.code.style =official
You can’t perform that action at this time.
0 commit comments