File tree Expand file tree Collapse file tree 4 files changed +86
-439
lines changed
kotlin/services/mediaconvert
main/kotlin/com/kotlin/mediaconvert Expand file tree Collapse file tree 4 files changed +86
-439
lines changed Original file line number Diff line number Diff line change 11import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22
33plugins {
4- kotlin(" jvm" ) version " 1.9 .0"
4+ kotlin(" jvm" ) version " 2.1 .0"
55 application
66}
77
@@ -28,7 +28,7 @@ repositories {
2828}
2929apply (plugin = " org.jlleitschuh.gradle.ktlint" )
3030dependencies {
31- implementation(platform(" aws.sdk.kotlin:bom:1.0.30 " ))
31+ implementation(platform(" aws.sdk.kotlin:bom:1.4.119 " ))
3232 implementation(" aws.sdk.kotlin:mediaconvert" )
3333 implementation(" aws.sdk.kotlin:secretsmanager" )
3434 implementation(" aws.smithy.kotlin:http-client-engine-okhttp" )
@@ -38,6 +38,7 @@ dependencies {
3838 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4" )
3939 implementation(" org.slf4j:slf4j-api:2.0.15" )
4040 implementation(" org.slf4j:slf4j-simple:2.0.15" )
41+ testImplementation(kotlin(" test" ))
4142}
4243tasks.withType<KotlinCompile > {
4344 kotlinOptions.jvmTarget = " 17"
You can’t perform that action at this time.
0 commit comments