Compare commits

..

No commits in common. "1f66ca83460cb3698e935a8376b87544983947d0" and "6783bd6666d20b66f9649c0c517313c9cc44189b" have entirely different histories.

6 changed files with 8 additions and 17 deletions

View File

@ -2,11 +2,6 @@
## 0.7.2
* `Kotlin`: `1.9.20`
* `Compose`: `1.5.10`
## 0.7.2
* `Kotlin`: `1.9.10`
* `Compose`: `1.5.1`

View File

@ -7,4 +7,4 @@ kotlin.incremental.js=true
# Project data
group=dev.inmo
version=0.7.3
version=0.7.2

View File

@ -1,8 +1,8 @@
[versions]
kt = "1.9.20"
jb-compose = "1.5.10"
jb-dokka = "1.9.10"
kt = "1.9.10"
jb-compose = "1.5.1"
jb-dokka = "1.9.0"
gh-release = "2.4.1"
[libraries]

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

View File

@ -1,7 +1,7 @@
apply plugin: 'maven-publish'
task javadocsJar(type: Jar) {
archiveClassifier = 'javadoc'
classifier = 'javadoc'
}
publishing {
@ -84,10 +84,4 @@ if (project.hasProperty("signing.gnupg.keyName")) {
dependsOn(it)
}
}
// Workaround to make android sign operations depend on signing tasks
project.getTasks().withType(AbstractPublishToMaven.class).configureEach {
def signingTasks = project.getTasks().withType(Sign.class)
mustRunAfter(signingTasks)
}
}

View File

@ -1 +1,3 @@
rootProject.name = 'kjsuikit'
enableFeaturePreview("VERSION_CATALOGS")