Browse Source

Support Kotlin 1.7.20 (#2357)

* Examples. Visual-effects. Add missing .gitignore

* Support Kotlin 1.7.20
fixWebForKotlin1720
Igor Demin 2 years ago committed by GitHub
parent
commit
a4fd8f7e25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 15
      examples/visual-effects/.gitignore
  2. 6
      gradle-plugins/gradle.properties

15
examples/visual-effects/.gitignore vendored

@ -0,0 +1,15 @@
*.iml
.gradle
/local.properties
/.idea
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
build/
/captures
.externalNativeBuild
.cxx

6
gradle-plugins/gradle.properties

@ -3,11 +3,11 @@ kotlin.code.style=official
# __LATEST_COMPOSE_RELEASE_VERSION__
# Default version of Compose Libraries used by Gradle plugin
compose.version=1.2.0-alpha01-dev774
compose.version=1.2.0-beta02
# Default version of Compose Compiler used by Gradle plugin
compose.compiler.version=1.3.0-alpha01
compose.compiler.version=1.3.2-alpha01
# Default version of Kotlin compatible with compose.compiler.version
compose.compiler.compatible.kotlin.version=1.7.10
compose.compiler.compatible.kotlin.version=1.7.20
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin
compose.tests.androidx.compiler.version=1.3.1
compose.tests.androidx.compiler.compatible.kotlin.version=1.7.10

Loading…
Cancel
Save