android-stem
android-stem copied to clipboard
This is a Gradle plugin for Android applications that concatenates XML strings during compilation
Here is the compilation error: > java.lang.NoClassDefFoundError: com/likethesalad/android/templates/common/plugins/BaseTemplatesProcessorPlugin See https://github.com/vector-im/element-android/pull/6882 Not sure if this is due to another dependency upgrade, since with this other PR, from an older version of...
@LikeTheSalad I'm opening this issue to avoid spamming the other closed one. Following [this conversation](https://github.com/LikeTheSalad/android-stem/issues/20#issuecomment-1189867374), seems like sometimes placeholders aren't resolved. To be sure placeholders **are resolved** I have to...
I tried using this lovely plugin in a project I'm working on, and I ran into a problem. It works, but only once after cleaning the project (`./gradlew clean`) and...
If project has `org.gradle.unsafe.configuration-cache=true` then build fails: ``` 1339 problems were found storing the configuration cache, 50 of which seem unique. - Task `name` of type `com.likethesalad.tools.resource.locator.android.task.ResourceLocatorTask`: cannot serialize object...
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.12 to 1.14.13. Release notes Sourced from net.bytebuddy:byte-buddy's releases. Byte Buddy 1.14.13 Avoid resolving type variables when generic type processing is disabled. Improve error message for Byte...
Bumps `android` from 7.4.0 to 8.3.1. Updates `com.android.tools.build:gradle` from 7.4.0 to 8.3.1 Updates `com.android.application` from 8.2.1 to 8.3.1 Dependabot will resolve any conflicts with this PR as long as you...
When specifying the string as below: `${app_name} requires access to your location to fetch data. Please grant this permission to continue.` It is converted to: `Telephram requires access to your...
Bumps `android` from 7.4.0 to 8.4.0. Updates `com.android.tools.build:gradle` from 7.4.0 to 8.4.0 Updates `com.android.application` from 8.2.1 to 8.4.0 Dependabot will resolve any conflicts with this PR as long as you...
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.15 to 1.14.17. Release notes Sourced from net.bytebuddy:byte-buddy's releases. Byte Buddy 1.14.17 Avoid crashing of Android plugin when there are duplicate files for licenses or license notices....
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.9.24 to 2.0.0. Release notes Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases. Kotlin 2.0.0 Changelog Analysis. API New Features KT-65327 Support reading klib contents in Analysis API Performance Improvements KT-65560...