Add workaround to build the rive plugin for linux

This commit is contained in:
Roland Geider
2024-11-21 11:05:50 +01:00
parent a3858cd2f7
commit e330d90521
6 changed files with 17 additions and 9 deletions

View File

@@ -36,8 +36,8 @@ android {
ndkVersion "25.1.8937393"
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
kotlinOptions {