I need to do a new Android project in kotlin which support instant app feature how I could achieve that? It is a known issue from Google that you can't do a Gradle sync with the kotlin plugin and Instant Apps SDK. Is , this issue still exist?
Asked
Active
Viewed 412 times
-1
-
1Could you please post a link the problem you mention as `known issue from Google that you can't do a Gradle sync with the kotlin plugin and Instant Apps SDK`? – voddan Oct 24 '17 at 12:14
-
https://www.reddit.com/r/androiddev/comments/6hun17/instant_apps_and_kotlin/ – ancy mathai Oct 27 '17 at 10:15
1 Answers
2
I haven't encountered any issues in regards to Kotlin and Android Instant Apps.
Several of the publicly available Android Instant Apps sample apps are written in Kotlin.
See hello-kotlin and browse through the samples for implementation details.

Ben Weiss
- 17,182
- 6
- 67
- 87
-
By using stable version of android studio 3 no issues seen. Thanks – ancy mathai Oct 27 '17 at 10:19