Vegen
Results
1
issues of
Vegen
按照文档来,新建了一个工程,在根目录下配置 build.gradle,报一下错: build.gradle (project: SmallStudy) ``` // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext.kotlin_version = "1.4.32" repositories { google() jcenter() }...