-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable using Kotlin in Ion Java (#488)
- Loading branch information
Showing
29 changed files
with
317 additions
and
274 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
# ion-java | ||
## Dependency License Report | ||
|
||
## Apache License, Version 2.0 | ||
|
||
**1** **Group:** `org.jetbrains` **Name:** `annotations` **Version:** `13.0` | ||
> - **POM Project URL**: [http://www.jetbrains.org](http://www.jetbrains.org) | ||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) | ||
**2** **Group:** `org.jetbrains.kotlin` **Name:** `kotlin-stdlib` **Version:** `1.9.0` | ||
> - **POM Project URL**: [https://kotlinlang.org/](https://kotlinlang.org/) | ||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) | ||
**3** **Group:** `org.jetbrains.kotlin` **Name:** `kotlin-stdlib-common` **Version:** `1.9.0` | ||
> - **POM Project URL**: [https://kotlinlang.org/](https://kotlinlang.org/) | ||
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# See https://www.guardsquare.com/manual/configuration/usage | ||
-keep class !com.amazon.ion.shaded_.** { *; } | ||
-keepattributes *Annotation*,Signature,InnerClasses,EnclosingMethod | ||
-dontoptimize | ||
-dontobfuscate | ||
-dontwarn java.sql.Timestamp |
Oops, something went wrong.