Add an ability to switch between old and new J2K via settings window
Before that it was possible to do only via registry #KT-33371 fixed
This commit is contained in:
@@ -91,10 +91,6 @@
|
||||
<j2kConverterExtension implementation="org.jetbrains.kotlin.nj2k.NewJ2kConverterExtension"/>
|
||||
</extensions>
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
<registryKey key="kotlin.use.new.j2k"
|
||||
description="Use new Java to Kotlin Converter (experimental)"
|
||||
defaultValue="true"
|
||||
restartRequired="false"/>
|
||||
<registryKey key="kotlin.android.import.mpp.all.transitive"
|
||||
description="Add all transitive dependencies on MPP modules when Android project is imported"
|
||||
defaultValue="true"
|
||||
|
||||
Reference in New Issue
Block a user