Skip to content

Commit 124bf75

Browse files
committed
Update generated library support for org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31
1 parent 6ef859a commit 124bf75

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"versions" : [ {
3+
"version" : "1.5.31",
4+
"dynamicAccess" : {
5+
"breakdown" : { },
6+
"coverageRatio" : 1.0,
7+
"coveredCalls" : 0,
8+
"totalCalls" : 0
9+
},
10+
"libraryCoverage" : {
11+
"instruction" : "N/A",
12+
"line" : "N/A",
13+
"method" : "N/A"
14+
}
15+
} ]
16+
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"rules": [
2+
"rules" : [
33
{
4-
"excludeClasses": "**"
4+
"excludeClasses" : "**"
55
},
66
{
7-
"includeClasses": "org.jetbrains.kotlin.**"
7+
"includeClasses" : "org.jetbrains.kotlin.**"
88
}
99
]
1010
}

0 commit comments

Comments
 (0)