-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f108119
commit b444d7f
Showing
3 changed files
with
27 additions
and
5 deletions.
There are no files selected for viewing
15 changes: 14 additions & 1 deletion
15
...x-gradle/src/generators/init/files/gradle/catalog/kotlin-multiplatform/libs.versions.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
[versions] | ||
java = "<%= javaVersion %>" | ||
kotlin = "<%= kotlinVersion %>" | ||
agp = "<%= agpVersion %>" | ||
compose = "<%= composeVersion %>" | ||
ktlint = "<%= ktlintVersion %>" | ||
|
||
[libraries] | ||
|
||
[plugins] | ||
[plugins] | ||
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } | ||
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" } | ||
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } | ||
android-application = { id = "com.android.application", version.ref = "agp" } | ||
android-library = { id = "com.android.library", version.ref = "agp" } | ||
jetbrains-compose = { id = "org.jetbrains.compose", version.ref = "compose" } | ||
github-khalilou88-jnxplus = { id = "io.github.khalilou88.jnxplus", version.ref = "<%= jnxplusGradlePluginVersion %>" } | ||
|
11 changes: 10 additions & 1 deletion
11
packages/nx-gradle/src/generators/init/files/gradle/catalog/spring-boot/libs.versions.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
[versions] | ||
java = "<%= javaVersion %>" | ||
kotlin = "<%= kotlinVersion %>" | ||
boot = "<%= springBootVersion %>" | ||
|
||
[libraries] | ||
|
||
[plugins] | ||
[plugins] | ||
springframework-boot = { id = "org.springframework.boot", version.ref = "boot" } | ||
spring-dependency-management = { id = "io.spring.dependency-management", version = "1.1.0" } | ||
github-khalilou88-jnxplus = { id = "io.github.khalilou88.jnxplus", version = "0.2.0" } | ||
jetbrains-kotlin-plugin-spring = { id = "org.jetbrains.kotlin.plugin.spring", version.ref = "kotlin" } | ||
jetbrains-kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters