Skip to content

Commit 464473e

Browse files
committed
chore: remove unused gradle property
1 parent e0e967a commit 464473e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ plugins {
2121
group = properties("pluginGroup")
2222
version = properties("pluginVersion")
2323

24-
val ktorVersion = properties("ktorVersion")
2524
dependencies {
2625
implementation("com.squareup.retrofit2:retrofit:2.9.0")
2726
// define a BOM and its version
@@ -98,7 +97,8 @@ tasks {
9897
compilerVersion.set(properties("instrumentationCompiler"))
9998
}
10099

101-
// TODO - this fails with linkage error, remove when it works
100+
// TODO - this fails with linkage error, but we don't need it now
101+
// because the plugin does not provide anything to search for in Preferences
102102
buildSearchableOptions {
103103
isEnabled = false
104104
}

0 commit comments

Comments
 (0)