Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 17451b3

Browse files
committed
#309 update plugin
1 parent 3fd5bf0 commit 17451b3

File tree

9 files changed

+5
-238
lines changed

9 files changed

+5
-238
lines changed

plugin/kotlin-common-plugin/build.gradle.kts

Lines changed: 0 additions & 13 deletions
This file was deleted.

plugin/kotlin-native-plugin/build.gradle.kts

Lines changed: 0 additions & 28 deletions
This file was deleted.

plugin/kotlin-native-plugin/src/main/kotlin/dev/icerock/moko/widgets/GenerateSourcesExtension.kt

Lines changed: 0 additions & 130 deletions
This file was deleted.

plugin/kotlin-native-plugin/src/main/kotlin/dev/icerock/moko/widgets/WidgetsGeneratorCommandLineProcessor.kt

Lines changed: 0 additions & 32 deletions
This file was deleted.

plugin/kotlin-native-plugin/src/main/kotlin/dev/icerock/moko/widgets/WidgetsGeneratorComponentRegistrar.kt

Lines changed: 0 additions & 29 deletions
This file was deleted.

plugin/kotlin-plugin/build.gradle.kts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@
55
plugins {
66
id("org.jetbrains.kotlin.jvm")
77
id("kotlin-kapt")
8-
id("embed-configuration-convention")
98
id("publication-convention")
109
id("detekt-convention")
1110
}
1211

1312
dependencies {
14-
"embedImplementation"(projects.kotlinCommonPlugin)
15-
1613
compileOnly("org.jetbrains.kotlin:kotlin-compiler-embeddable")
1714

15+
compileOnly("org.jetbrains.kotlin:kotlin-script-runtime")
16+
compileOnly("org.jetbrains.kotlin:kotlin-reflect")
17+
compileOnly("org.jetbrains.intellij.deps:trove4j:1.0.20181211")
18+
1819
compileOnly(libs.autoService)
1920
kapt(libs.autoService)
2021
}

plugin/kotlin-common-plugin/src/main/kotlin/dev/icerock/moko/widgets/CommonCommandLineProcessor.kt renamed to plugin/kotlin-plugin/src/main/kotlin/dev/icerock/moko/widgets/CommonCommandLineProcessor.kt

File renamed without changes.

plugin/kotlin-common-plugin/src/main/kotlin/dev/icerock/moko/widgets/CommonGenerator.kt renamed to plugin/kotlin-plugin/src/main/kotlin/dev/icerock/moko/widgets/CommonGenerator.kt

File renamed without changes.

plugin/settings.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,5 @@ dependencyResolutionManagement {
3636

3737
includeBuild("../widgets-build-logic")
3838

39-
include(":kotlin-common-plugin")
4039
include(":kotlin-plugin")
41-
include(":kotlin-native-plugin")
42-
include(":gradle-plugin")
40+
include(":gradle-plugin")

0 commit comments

Comments
 (0)