You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gradlePlugin/blueprint-configuration/src/main/kotlin/eu/upwolf/gradle/blueprint/configuration/android/library/AndroidLibraryConfigurationPlugin.kt
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -85,19 +85,8 @@ class AndroidLibraryConfigurationPlugin : Plugin<Project> {
Copy file name to clipboardExpand all lines: gradlePlugin/blueprint-configuration/src/main/kotlin/eu/upwolf/gradle/blueprint/configuration/feature/resource/FeatureResourceConfigurationPlugin.kt
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -91,20 +91,9 @@ class FeatureResourceConfigurationPlugin : Plugin<Project> {
91
91
project.androidLibrary {
92
92
sourceSets {
93
93
getByName("main") {
94
-
kotlin.setSrcDirs(
95
-
setOf(
96
-
"src/androidMain/kotlin",
97
-
),
98
-
)
99
-
res.srcDir("src/androidMain/res")
100
94
// FIX for https://github.com/icerockdev/moko-resources/issues/384
0 commit comments