File tree Expand file tree Collapse file tree 4 files changed +18
-14
lines changed
compose-html-material-legacy Expand file tree Collapse file tree 4 files changed +18
-14
lines changed Original file line number Diff line number Diff line change 1+ plugins {
2+ id(" com.huanshankeji.kotlin-multiplatform-js-browser-conventions" )
3+ kotlin(" plugin.compose" )
4+ id(" org.jetbrains.compose" )
5+ id(" com.huanshankeji.kotlin-multiplatform-sonatype-ossrh-publish-conventions" )
6+ }
7+
8+ repositories {
9+ maven(" https://maven.pkg.jetbrains.space/public/p/compose/dev" )
10+ maven(" https://us-central1-maven.pkg.dev/varabyte-repos/public" ) // for Kobweb
11+ }
12+
13+ group = " com.huanshankeji"
14+ version = projectVersion
Original file line number Diff line number Diff line change 11plugins {
2- id(" com.huanshankeji.kotlin-multiplatform-js-browser-conventions" )
3- kotlin(" plugin.compose" )
4- id(" org.jetbrains.compose" )
2+ id(" lib-conventions-without-publishing" )
53 id(" com.huanshankeji.kotlin-multiplatform-sonatype-ossrh-publish-conventions" )
6- }
7-
8- repositories {
9- maven(" https://maven.pkg.jetbrains.space/public/p/compose/dev" )
10- maven(" https://us-central1-maven.pkg.dev/varabyte-repos/public" ) // for Kobweb
11- }
12-
13- group = " com.huanshankeji"
14- version = projectVersion
4+ }
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import com.huanshankeji.team.`Shreck Ye`
22import com.huanshankeji.team.pomForTeamDefaultOpenSource
33
44plugins {
5- `lib- conventions`
5+ `lib- conventions- without - publishing `
66}
77
88kotlin {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import com.huanshankeji.generateKotlinSources
33
44plugins {
55 `kotlin- dsl`
6- id(" com.gradle.plugin-publish" ) version " 1.2.1"
6+ // id("com.gradle.plugin-publish") version "1.2.1"
77}
88
99kotlin.jvmToolchain(8 )
You can’t perform that action at this time.
0 commit comments