You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when building reposilite, gradle will output a deprecation warning from the Kotlin as the kotlinOptions DSL is deprecated since JetBrains/kotlin@24acf80.
I propose updating build.gradle.kts to use the updated compilerOptions DSL. I am able open a PR with a update.
The text was updated successfully, but these errors were encountered:
Currently when building reposilite, gradle will output a deprecation warning from the Kotlin as the
kotlinOptions
DSL is deprecated since JetBrains/kotlin@24acf80.I propose updating build.gradle.kts to use the updated
compilerOptions
DSL. I am able open a PR with a update.The text was updated successfully, but these errors were encountered: