Paul Woitaschek
03/04/2021, 3:30 PMwatchos
shortcut, you have effectively removed watchosx86. Can you remove the shortcut and add the separate watchos targets manually?sam
03/04/2021, 3:32 PMPaul Woitaschek
03/04/2021, 3:32 PMsam
03/04/2021, 3:35 PMPaul Woitaschek
03/04/2021, 3:35 PMwatchos()
shortcut doesn't include it any moresam
03/04/2021, 3:36 PMPaul Woitaschek
03/04/2021, 3:37 PMsam
03/04/2021, 3:37 PMPaul Woitaschek
03/04/2021, 3:37 PMsam
03/04/2021, 3:40 PMPaul Woitaschek
03/05/2021, 10:16 AMsam
03/05/2021, 12:01 PMPaul Woitaschek
03/05/2021, 12:06 PMsam
03/05/2021, 12:11 PMchristophsturm
03/05/2021, 3:49 PMPaul Woitaschek
03/05/2021, 3:49 PMKotlinMultiplatformExtension
from the pluginchristophsturm
03/05/2021, 3:51 PMplugins {
`kotlin-dsl`
`kotlin-dsl-precompiled-script-plugins`
}
repositories {
gradlePluginPortal() // so that external plugins can be resolved in dependencies section
mavenCentral()
}
dependencies {
// hotfix to make kotlin scratch files work in idea
implementation(kotlin("script-runtime"))
}
plugins {
java
`maven-publish`
signing
}
...
java {
@Suppress("UnstableApiUsage")
withJavadocJar()
@Suppress("UnstableApiUsage")
withSourcesJar()
}
signing {
sign(publishing.publications[pub])
}
Paul Woitaschek
03/08/2021, 5:55 AM