Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
この警告はどういう意味ですか?
コード内の kotlin android 拡張機能のすべての使用について、バージョン 1.0.0-beta-3595 で表示されます。
「なぜ彼らはそれをしたのか」という質問に対する厳密な答えではありませんが、それが警告を排除する方法です。変化する
import kotlinx.android.synthetic.activity_main.*
に
import kotlinx.android.synthetic.main.activity_main.*
すでにバージョンを上げてbuild.gradle、IDEA (または AS) kotlin プラグインを更新したことを意味します。
build.gradle