-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into plugins-release
- Loading branch information
Showing
15 changed files
with
18 additions
and
197 deletions.
There are no files selected for viewing
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
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
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
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
2 changes: 1 addition & 1 deletion
2
...adle-plugins/src/main/kotlin/com/huanshankeji/default-web-frontend-conventions.gradle.kts
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
13 changes: 0 additions & 13 deletions
13
...lugins/src/main/kotlin/com/huanshankeji/kotlin-jvm-application-app-conventions.gradle.kts
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
...dle-plugins/src/main/kotlin/com/huanshankeji/kotlin-jvm-common-app-conventions.gradle.kts
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
...le-plugins/src/main/kotlin/com/huanshankeji/kotlin-jvm-library-app-conventions.gradle.kts
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
...om/huanshankeji/kotlin-multiplatform-app-conventions-with-conventional-targets.gradle.kts
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
...-plugins/src/main/kotlin/com/huanshankeji/kotlin-multiplatform-app-conventions.gradle.kts
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
...c/main/kotlin/com/huanshankeji/kotlin-multiplatform-js-browser-app-conventions.gradle.kts
This file was deleted.
Oops, something went wrong.
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
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
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
3 changes: 1 addition & 2 deletions
3
kotlin-common-gradle-plugins/src/main/kotlin/com/huanshankeji/Internal.kt
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,6 +1,5 @@ | ||
package com.huanshankeji | ||
|
||
@RequiresOptIn | ||
@RequiresOptIn("This API is internal in this project.") | ||
@Retention(AnnotationRetention.BINARY) | ||
@Target(AnnotationTarget.PROPERTY) | ||
annotation class InternalApi |