orangy
07/28/2025, 11:11 AMsuresh
07/29/2025, 2:01 AMarve
07/30/2025, 11:02 AMkotest
to work with amper? For me it’s reporting something like “no test classes found”suresh
07/30/2025, 5:15 PMcommonizeNativeDistribution
is happening whenever i update the Amper version (./amper update --dev), is this expected?suresh
07/30/2025, 8:34 PMsettings.jvm
and the settings.java
? I’m a little confused about their clear distinctions and which configuration should go where.suresh
07/30/2025, 9:45 PMAMPER_JAVA_HOME
env variable allows for an override, Amper currently defaults to downloading JBR 21. Would it be possible for Amper to leverage an existing, compatible JDK by default?suresh
08/02/2025, 3:00 AMDraget
08/06/2025, 11:08 AMIvan Babintsev
08/06/2025, 7:13 PMMario Andhika
08/07/2025, 5:11 AMsuresh
08/08/2025, 12:16 AMsuresh
08/08/2025, 11:03 PMAldi Kitta
08/09/2025, 10:15 AMsuresh
08/11/2025, 5:51 AMsuresh
08/12/2025, 5:49 AMDraget
08/12/2025, 10:53 AMrudolf.hladik
08/19/2025, 7:14 AMproduct: jvm/app
includes springframework boot loader. When I create the simple console app without amper it doesn't include spring bootloader. Is there a way to remove it from Amper console app? By includes I mean it is in the fat jar. I've tried
settings:
springBoot:
enabled: false
but it just says its the default valueSabeeh
08/19/2025, 2:41 PMsuresh
08/21/2025, 9:35 PMsuresh
08/22/2025, 5:51 PMsuresh
08/27/2025, 3:19 PMJakub Gwóźdź
08/28/2025, 4:47 AMmain()
that I run just from IntelliJ (ctrl-r or click-the-green-triangle).
And I noticed one thing: when there is a relatively small number of such files, each run is rather quick, but as soon as it grows, the delay became more and more noticeable and inconvenient. Even if between each run I just edit a tiny bit of code in one tiny file not really connected to rest of the project, it looks like Amper plugin is rebuilding everything?
You might want to look more closely to this at some point 🙂Ernestas
08/28/2025, 9:57 AM13 issues were found when checking AAR metadata:
1. Dependency 'androidx.navigation:navigation-compose-android:2.9.1' requires Android Gradle plugin 8.6.0 or higher.
This build currently uses Android Gradle plugin 8.2.0.
What are my options here?Ernestas
08/28/2025, 1:56 PM./amper run --platform android
, but the IDE does not seem to recognize Kotlin code, there's no autocompletion or navigation, even though the project runs via CLI. Is there perhaps something obvious I might be missing? I've installed the Amper plugin, and I'm using IntelliJ IDEA community edition.suresh
08/29/2025, 4:37 AMErnestas
08/29/2025, 5:59 AMdanfma
08/29/2025, 1:13 PMdanfma
08/29/2025, 1:15 PMsuresh
09/01/2025, 6:36 PMRepositories used for resolution:
- <https://repo1.maven.org/maven2>
- <https://maven.google.com>
- <https://maven.pkg.jetbrains.space/public/p/compose/dev>
- <https://internalrepo.com/artifactory/xxxx-mvn>
So:
• Is there any way to control the repository order used for dependency resolution?
• Are Google and Compose repositories added by default in Amper?suresh
09/08/2025, 4:12 PM