Skip to content

Commit 600549a

Browse files
kezhenxu94wuseal
authored andcommitted
Exclude Kotlin (#164)
1 parent fbd5464 commit 600549a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ repositories {
4343
}
4444

4545
dependencies {
46-
compile 'com.squareup:kotlinpoet:1.1.0'
46+
implementation('com.squareup:kotlinpoet:1.1.0') {
47+
exclude group: "org.jetbrains.kotlin"
48+
}
4749

4850
testImplementation('com.winterbe:expekt:0.5.0') {
4951
exclude group: "org.jetbrains.kotlin"

0 commit comments

Comments
 (0)