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 {
23
23
val ideaActive = System .getProperty(" idea.active" ) == " true"
24
24
if (disableJPMS || ideaActive) return
25
25
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 <* , * > }
27
27
if (jvmTargets.isEmpty()) {
28
28
logger.warn(" No Kotlin JVM targets found, can't configure compilation of module-info!" )
29
29
}
Original file line number Diff line number Diff line change 5
5
group =org.jetbrains.kotlinx
6
6
version =1.5.0-SNAPSHOT
7
7
8
- kotlin.version =1.7.20
8
+ kotlin.version =1.8.0
9
9
10
10
# This version take precedence if 'bootstrap' property passed to project
11
11
kotlin.version.snapshot =1.8.255-SNAPSHOT
Original file line number Diff line number Diff line change 2
2
# Copyright 2017-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3
3
#
4
4
5
- mainKotlinVersion =1.7.20
5
+ mainKotlinVersion =1.8.0
6
6
mainLibVersion =1.5.0-SNAPSHOT
7
7
8
8
kotlin.code.style =official
You can’t perform that action at this time.
0 commit comments