Skip to content

Commit 5eb8a69

Browse files
committed
Unuse k2 compiler.
1 parent 0ecacf4 commit 5eb8a69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929
kotlinOptions {
3030
jvmTarget = '11'
3131
freeCompilerArgs = [
32-
'-Xuse-k2'
32+
//'-Xuse-k2'
3333
]
3434
}
3535
}

0 commit comments

Comments
 (0)