Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
12-02-2018 08:38 AM
Hi,
Can anyone tell me please if AppDynamics provides any support or extensions for applications developed and delivered in KOTLIN?
Solved! Go to Solution.
12-03-2018
02:21 AM
- last edited on
09-28-2022
11:57 AM
by
Claudia.Landiva
John,
Is your Kotlin code on the server side, or in a mobile application?
So far, we have had almost no asks for kotlin support on the server side, so we have not investigated what out-of-the-box configuration the language and its frameworks might need.
That said, like other JVM-based languages, it should work, given appropriate configuration of custom entry points and the like.
Warm regards,
Peter
12-03-2018 02:30 AM
Thats fine - thats all I need to know at the moment. Thanks.
03-17-2020 07:23 AM
Well then let me add a voice for Kotlin support
03-17-2020
07:46 AM
- last edited on
09-28-2022
11:56 AM
by
Claudia.Landiva
Rohde,
Can I ask what kind of server-side projects you are developing using kotlin, and which frameworks you are using?
Warm regards,
Peter
03-17-2020
08:05 AM
- last edited on
09-28-2022
11:56 AM
by
Claudia.Landiva
Due to NDA restrictions, I can't say much about the kind of projects I'm working on, but hopefully, I can describe enough.
We are working on REST services using normal APIs with JSON payloads. Currently, there is a web frontend, but it is intended for system-to-system usage in the long run.
The main frameworks (and services, not sure how relevant they are though) we are using are: Spring Boot, Flyway, Slf4j/Log4j2, Postgresql, Jackson and Gson. And yes, no Hibernate (thanks sanity)
If relevant, it's intended to be deployed using a Red Hat-based OpenJDK docker image.
I hope it's enough to help. I will try to answer to the best of my ability, but as it figures, the NDA puts a lot of limits.
// Rohde
Minor revisions for clarity and formatting
C. Landivar, Community Manager & Editory
09-26-2022 06:11 AM - edited 09-26-2022 07:37 AM
what about Gradle Kotlin DSL in android studio the groovy Gradle (JAVA as you mentioned in the docs ) script not working on Gradle Kotlin DSL
09-28-2022 03:13 PM
Hello, @Shehab.Osama
I'm wondering if you had seen this information about instrumenting Android apps with Gradle? Not sure whether it will answer your question. Will you let us know here?
Warm regards,
Claudia Landivar, Community Manager & Editor
09-30-2022 06:46 AM - edited 09-30-2022 06:47 AM
Hello, @Claudia.Landivar
the problem is solved by adding closure in Gradle kotlin kts
adeum { account(closureOf<com.appdynamics.android.gradle.ADPluginExtension.Account> { this.name ="xxx" this.licenseKey ="yyy" }) proguardMappingFileUpload(closureOf<com.appdynamics.android.gradle.ADPluginExtension.ProguardConfig> { this.failBuildOnUploadFailure = true this.enabled = true }) }
please update your documentation for this case, KTS is spreading now in Android development community
10-10-2022 02:33 PM
@Shehab.Osama
Thank you much for calling attention to this need for revision in Documentation. Wanted to let you know that we've reported it to the Docs team. We'll report back here.
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form