File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/groovy/io/izzel/taboolib/gradle Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
8
8
}
9
9
10
10
group = " io.izzel.taboolib"
11
- version = " 2.0.9 "
11
+ version = " 2.0.10 "
12
12
13
13
configurations {
14
14
create(" embed" ) {
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ class TabooLibPlugin implements Plugin<Project> {
99
99
task. relocations[' kotlin.' ] = ' kotlin' + kotlinVersion + ' .'
100
100
if (tabooExt. version. coroutines != null ) {
101
101
def coroutinesVersion = tabooExt. version. coroutines. replaceAll(" [._-]" , " " )
102
- task. relocations[' kotlinx.coroutines.' ] = ' kotlinx .coroutines' + coroutinesVersion + ' .'
102
+ task. relocations[' kotlinx.coroutines.' ] = ' kotlin ' + kotlinVersion + ' x .coroutines' + coroutinesVersion + ' .'
103
103
}
104
104
}
105
105
}
You can’t perform that action at this time.
0 commit comments