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 fd9df40 commit 00a14b6Copy full SHA for 00a14b6
server/src/main/kotlin/org/javacs/kt/Configuration.kt
@@ -31,8 +31,8 @@ public data class IndexingConfiguration(
31
public data class ExternalSourcesConfiguration(
32
/** Whether kls-URIs should be sent to the client to describe classes in JARs. */
33
var useKlsScheme: Boolean = false,
34
- /** Whether external classes classes should be automatically converted to Kotlin. */
35
- var autoConvertToKotlin: Boolean = true
+ /** Whether external classes should be automatically converted to Kotlin. */
+ var autoConvertToKotlin: Boolean = false
36
)
37
38
public data class Configuration(
0 commit comments