We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e967a commit 464473eCopy full SHA for 464473e
build.gradle.kts
@@ -21,7 +21,6 @@ plugins {
21
group = properties("pluginGroup")
22
version = properties("pluginVersion")
23
24
-val ktorVersion = properties("ktorVersion")
25
dependencies {
26
implementation("com.squareup.retrofit2:retrofit:2.9.0")
27
// define a BOM and its version
@@ -98,7 +97,8 @@ tasks {
98
97
compilerVersion.set(properties("instrumentationCompiler"))
99
}
100
101
- // TODO - this fails with linkage error, remove when it works
+ // TODO - this fails with linkage error, but we don't need it now
+ // because the plugin does not provide anything to search for in Preferences
102
buildSearchableOptions {
103
isEnabled = false
104
0 commit comments