Skip to content

Build system updates and fixes #161

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 54 commits into from
Jul 17, 2025
Merged

Build system updates and fixes #161

merged 54 commits into from
Jul 17, 2025

Conversation

redbaron
Copy link
Contributor

@redbaron redbaron commented Oct 7, 2024

Significant build system changes and fixes for multiple platforms.

@redbaron redbaron requested review from zyro and RicardRC October 7, 2024 15:36
@CLAassistant
Copy link

CLAassistant commented Oct 7, 2024

CLA assistant check
All committers have signed the CLA.

@redbaron redbaron force-pushed the private-build-rules branch from e7ea90f to c7ab724 Compare October 8, 2024 11:50
@redbaron redbaron force-pushed the private-build-rules branch from c7ab724 to 806b83d Compare October 8, 2024 12:40
RicardRC and others added 28 commits May 29, 2025 12:49
* Add default format
* Apply format to all code
* Fix message deserialization bug.
* Fix Android crash on accessing CACertificates without calling loadLibrary.
* Add missing functions (DeleteUser and Logout)
* Justfile build recipes

* Enable RTTI on classes, which can be inheritd by app
* Add ios JUSTFILE command

* iOS WIP
diff --git c/android/nativelib/build.gradle.kts i/android/nativelib/build.gradle.kts
index f5c273a..3ee56b1 100644
--- c/android/nativelib/build.gradle.kts
+++ i/android/nativelib/build.gradle.kts
@@ -2,13 +2,18 @@ plugins {
     id("com.android.library")
 }

+//java {
+//    toolchain {
+//        languageVersion = JavaLanguageVersion.of(17)
+//    }
+//}
+
 android {
     namespace = "com.heroiclabs.nakama"
     compileSdk = 34

     buildFeatures {
         prefabPublishing = true
-        prefab = true
     }

     prefab {
@@ -38,7 +43,6 @@ android {
         sourceCompatibility = JavaVersion.VERSION_1_8
         targetCompatibility = JavaVersion.VERSION_1_8
     }
-}

 dependencies {
         implementation("androidx.annotation:annotation:1.9.1")
default args are set by the client and client uses abstract interface where defaults are set.
@redbaron redbaron merged commit 023373d into master Jul 17, 2025
1 of 2 checks passed
@redbaron redbaron deleted the private-build-rules branch July 17, 2025 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants