Elizabeth Thomas
04/24/2023, 3:59 PMbyteBuddyJava
task exists for the Java project. Is there something specific I have to do to get an equivalent in Kotlin ie byteBuddyKotlin
? The opentelemetry extension build.gradle is the one I am trying to convert. Any pointers?Chris Lee
04/24/2023, 4:15 PMElizabeth Thomas
04/24/2023, 4:28 PMSystem.out.println("Adding custom SPAN Processor")
I added in configureSdkTraceProvider
method gets printed when I use the Java project jar with groovy build script with my sample app. But I dont get the log statement printed for my Kotlin project with kotlin gradle scriptChris Lee
04/24/2023, 4:30 PMElizabeth Thomas
04/24/2023, 4:42 PMChris Lee
04/24/2023, 4:42 PMElizabeth Thomas
04/24/2023, 5:02 PMElizabeth Thomas
04/24/2023, 5:02 PM