File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- import org.jetbrains.kotlin.gradle.tasks.KotlinCompilationTask
2
1
import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
2
+ import org.jetbrains.kotlin.gradle.tasks.KotlinCompilationTask
3
3
4
4
buildscript {
5
5
ext. kotlinDevUrl = rootProject. properties[" kotlin_repo_url" ]
@@ -12,18 +12,18 @@ buildscript {
12
12
}
13
13
dependencies {
14
14
classpath " kotlinx.team:kotlinx.team.infra:$infra_version "
15
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
15
16
}
16
-
17
17
}
18
18
19
19
plugins {
20
20
id ' java-gradle-plugin'
21
21
id ' maven-publish'
22
22
id ' com.gradle.plugin-publish' version ' 0.21.0'
23
23
id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.15.0-Beta.1"
24
- id(" org.jetbrains.kotlin.jvm" ) version " $kotlin_version "
25
24
}
26
25
26
+ apply(plugin : ' org.jetbrains.kotlin.jvm' )
27
27
apply(plugin : ' kotlinx.team.infra' )
28
28
29
29
infra {
You can’t perform that action at this time.
0 commit comments