We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd5464 commit 600549aCopy full SHA for 600549a
build.gradle
@@ -43,7 +43,9 @@ repositories {
43
}
44
45
dependencies {
46
- compile 'com.squareup:kotlinpoet:1.1.0'
+ implementation('com.squareup:kotlinpoet:1.1.0') {
47
+ exclude group: "org.jetbrains.kotlin"
48
+ }
49
50
testImplementation('com.winterbe:expekt:0.5.0') {
51
exclude group: "org.jetbrains.kotlin"
0 commit comments