We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42fed0d commit ecccdc8Copy full SHA for ecccdc8
build.gradle.kts
@@ -16,7 +16,7 @@ if (publishPropertiesFile.exists()) {
16
publishProperties.load(java.io.FileInputStream(publishPropertiesFile))
17
}
18
group = "io.github.whathecode.kotlinx.interval"
19
-version = "1.0.0-alpha.3"
+version = "1.0.0-alpha.4"
20
nexusPublishing {
21
repositories {
22
sonatype {
gradle.properties
@@ -1,5 +1,3 @@
1
-kotlin.mpp.enableGranularSourceSetsMetadata=true
2
-kotlin.native.enableDependencyPropagation=false
3
kotlin.js.generate.executable.default=false
4
5
# Prevent out of memory errors.
0 commit comments