File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
compiler/src/main/kotlin/land/sungbin/composeinvestigator/compiler Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import org.jetbrains.kotlin.config.messageCollector
22
22
import org.jetbrains.kotlin.fir.extensions.FirExtensionRegistrarAdapter
23
23
24
24
public class ComposeInvestigatorPluginRegistrar : ComponentRegistrar {
25
- override val supportsK2: Boolean = true
25
+ override val supportsK2: Boolean get() = true
26
26
27
27
// This deprecated override is safe to use up to Kotlin 2.1.0 by KT-55300.
28
28
// Also see: https://youtrack.jetbrains.com/issue/KT-52665/Deprecate-ComponentRegistrar#focus=Change-27-7999959.0-0
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ dependencyResolutionManagement {
68
68
include(
69
69
" :runtime" ,
70
70
" :compiler" ,
71
- " :compiler-integration-test" ,
72
71
" :compiler-gradle-plugin" ,
72
+ // ":compiler-integration-test",
73
73
// ":sample",
74
74
)
You can’t perform that action at this time.
0 commit comments