Skip to content

Commit 014941a

Browse files
committed
Cleanup
1 parent 7042903 commit 014941a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/src/main/kotlin/land/sungbin/composeinvestigator/compiler/ComposeInvestigatorPluginRegistrar.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import org.jetbrains.kotlin.config.messageCollector
2222
import org.jetbrains.kotlin.fir.extensions.FirExtensionRegistrarAdapter
2323

2424
public class ComposeInvestigatorPluginRegistrar : ComponentRegistrar {
25-
override val supportsK2: Boolean = true
25+
override val supportsK2: Boolean get() = true
2626

2727
// This deprecated override is safe to use up to Kotlin 2.1.0 by KT-55300.
2828
// Also see: https://youtrack.jetbrains.com/issue/KT-52665/Deprecate-ComponentRegistrar#focus=Change-27-7999959.0-0

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencyResolutionManagement {
6868
include(
6969
":runtime",
7070
":compiler",
71-
":compiler-integration-test",
7271
":compiler-gradle-plugin",
72+
// ":compiler-integration-test",
7373
// ":sample",
7474
)

0 commit comments

Comments
 (0)