File tree 2 files changed +2
-2
lines changed
kotlin-stdlib-docs/kotlin_big
kotlin-stdlib-docs-legacy/kotlin_big
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ modules.forEach { module ->
55
55
if (module == " kotlin-test-js" || module == " kotlin-stdlib-js" ) {
56
56
lib_src. attributes {
57
57
attribute(Usage . USAGE_ATTRIBUTE , objects. named(Usage , " kotlin-runtime" ))
58
- attribute(Attribute . of(" org.jetbrains.kotlin.js.compiler " , String ), " ir " )
58
+ attribute(Attribute . of(" org.jetbrains.kotlin.platform.type " , String ), " js " )
59
59
}
60
60
}
61
61
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ modules.forEach { module ->
35
35
if (module == " kotlin-test-js" || module == " kotlin-stdlib-js" ) {
36
36
library.attributes {
37
37
attribute(Usage .USAGE_ATTRIBUTE , objects.named(Usage ::class , " kotlin-runtime" ))
38
- attribute(Attribute .of(" org.jetbrains.kotlin.js.compiler " , String ::class .java), " ir " )
38
+ attribute(Attribute .of(" org.jetbrains.kotlin.platform.type " , String ::class .java), " js " )
39
39
}
40
40
}
41
41
You can’t perform that action at this time.
0 commit comments