Unable to configure `locallyDynamic` in app/build.gradle.kts
See original GitHub issueDescription
Thanks for this great plugins!
Testing the AAB without hassle with your library.
I have problems with locallyDynamic
unresolved inside app/build.gradle.kts
Steps to Reproduce
LocallyDynamic gradle plugin version
0.2
LocallyDynamic android library version
0.3
LocallyDynamic android studio plugin version
0.5
Android Studio Version
4.0
Link to a public git repo demonstrating the problem:
(company project)
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Gradle kotlin-dsl configuration not working, android extension ...
1. I have the problem that the android {} part in the app-gradle file is not recognized by the IDE, I´m not able...
Read more >TestKit failure: cannot find extension of type AppExtension
I am developing a Gradle plugin that reacts to various Android plugins ... Unable to configure locallyDynamic in app/build.gradle.kts ...
Read more >Gradle Kotlin DSL Primer
Gradle's Kotlin DSL provides an alternative syntax to the traditional Groovy DSL with an enhanced editing experience in supported IDEs, with superior ...
Read more >Migrate your build configuration from Groovy to KTS
Migrate your Gradle configuration files from Groovy to KTS. ... Android Gradle plugin 4.0 added support for using Kotlin script (KTS) in your...
Read more >1. Configure your project - Apollo GraphQL Docs
Apply the Apollo plugin in app/build.gradle.kts . There are two build.gradle.kts in the project. Make sure to use the one in the app...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This should be fixed in version
0.3
of the gradle plugin, although the new version of the Android Studio plugin needs to be approved by Jetbrains first (version 0.6).Then use as follows from
build.gradle.kts
:👍 AS plugin 0.6 is live now