You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update .gitignore with gradle template
* update to kotlin 1.6.21, bignum 0.3.4 and gradle 7.4.2
* use new memory model
* add native targets
requires pr: komputing/KHex#14
* Update KHex version
Fix broken gradle.properties import
Fix broken KHex import in build-src
* Bump KHex version to 1.1.4
Bump KGP version to 1.8.21
Remove deprecated native targets
Remove previously accidentally added line of code in build.gradle.kts
Use macos as run target for all automations
* Double workflow timout
* Bump KHex version to expected version 1.1.5
* According to @Deprecation Annotation for legacy and IR compiler support (BOTH), switching to IR only
Probably safe, because the user base for legacy is very limited
Remove deprecated code, that shouldn't be necessary anymore due to the removal in the official JetBrains documentation
* Update README.md
* Remove --info attribute for less verbose CI outputs
* Double workflow timeouts
---------
Co-authored-by: Luca Spinazzola <mspinluca@gmail.com>
Co-authored-by: David Bieregger <david@bieregger.at>
@@ -19,8 +19,13 @@ The implemented hashing functions are the following.
19
19
20
20
This library is available through GitHub Packages.
21
21
22
-
![badge][badge-js]
22
+
![badge][badge-android]
23
+
![badge][badge-ios]
24
+
![badge][badge-js-ir]
23
25
![badge][badge-jvm]
26
+
![badge][badge-linux]
27
+
![badge][badge-mac]
28
+
![badge][badge-apple-silicon]
24
29
25
30
In order to use it, first include the GitHub Packages maven repository inside your project `build.gradle.kts` file:
26
31
@@ -36,22 +41,6 @@ repositories {
36
41
}
37
42
}
38
43
```
39
-
When 'username' could be anything and 'password' is an [encoded access token for public access](https://github.yungao-tech.community/t/download-from-github-package-registry-without-authentication/14407/44).
40
-
41
-
### JitPack (JVM only!)
42
-
43
-
This library is available on Jitpack. The current version is:
0 commit comments